#CA0D31

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

Shades of Cardinal #CA0D31

Tints of Cardinal #CA0D31

Color information

#CA0D31 (or 0xCA0D31) is unknown color: approx Cardinal. HEX triplet: CA, 0D and 31. RGB value is (202,13,49). Sum of RGB (Red+Green+Blue) = 202+13+49=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D31 is #35F2CE. Grayscale: #494949. Windows color (decimal): -3535567 or 3214794. OLE color: 3214794.

HSL color Cylindrical-coordinate representation of color #CA0D31: hue angle of 348.57º 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 #CA0D31 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB2021349-
CMYK00.940.760.21
HSL348.57º87.91%42.16%-
HSV(B)348.57º93.56%79.22%-
XYZ25.0613.074.11-
YUV73.61114.12219.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.52%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=76.52%
G=4.92%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202134900.940.760.21348.5787.9142.16
HexCAD3105E4C1515d582a
Octal312156101361142553513052
Binary110010101101110001010111101001100101011010111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D31; }

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

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

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

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

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

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

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

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