#CA0D35

Color #CA0D35 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA0D35

Tints of Cardinal #CA0D35

Color information

#CA0D35 (or 0xCA0D35) is unknown color: approx Cardinal. HEX triplet: CA, 0D and 35. RGB value is (202,13,53). Sum of RGB (Red+Green+Blue) = 202+13+53=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D35 is #35F2CA. Grayscale: #4A4A4A. Windows color (decimal): -3535563 or 3476938. OLE color: 3476938.

HSL color Cylindrical-coordinate representation of color #CA0D35: hue angle of 347.3º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D35 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2021353-
CMYK00.940.740.21
HSL347.3º87.91%42.16%-
HSV(B)347.3º93.56%79.22%-
XYZ25.1413.14.57-
YUV74.07116.12219.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 75.37%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 53 (21.09% from 255) = 19.78%
R=75.37%
G=4.85%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202135300.940.740.21347.387.9142.16
HexCAD3505E4A1515b582a
Octal312156501361122553313052
Binary110010101101110101010111101001010101011010110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D35; }

 p { color: rgb(202,13,53); }

 H1.HeaderClassName
 {
   color: #CA0D35;
 }
 .AnyTagClassName
 {
   color: #CA0D35;
 }
</style>
background-color css

<style>
 a { background-color: #CA0D35; }

 a { background-color: rgb(202,13,53); }

 div.DivClassName
 {
   background-color: #CA0D35;
 }
 .BgClassName
 {
   background-color: #CA0D35;
 }
</style>
border-color css

<style>
 span { border-color: #CA0D35; }

 span { border-color: rgb(202,13,53); }

 td.TdClassName
 {
   border-color: #CA0D35;
 }
 .TagClassName
 {
   border-color: #CA0D35;
 }
</style>