Html Css Color HEX #CA2439 Cardinal

📋 copy color: '#CA2439'

red 202 ◦ green 36 ◦ blue 57

#CA2439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA2439

Tints of Cardinal #CA2439

RGB

 RED value IS 202 (79.3% from 255) = 68.47%

 GREEN value IS 36 (14.45% from 255) = 12.2%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 68.47%
G = 12.2%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA2439 (or 0xCA2439) is known color: Cardinal. HEX triplet: CA, 24 and 39. RGB value is (202,36,57). Sum of RGB (Red+Green+Blue) = 202+36+57=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2439 is #35DBC6. Grayscale: #585858. Windows color (decimal): -3529671 or 3744970. OLE color: 3744970.

HSL color Cylindrical-coordinate representation of color #CA2439: hue angle of 352.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2439 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 57 -
CMYK 0 0.82 0.72 0.21
HSL 352.41º 0.7% 0.47% -
HSV(B) 352.41º 0.82% 0.79% -
XYZ 25.73 14.11 5.24 -
YUV 88.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 202 36 57 0 0.82 0.72 0.21 352.41 0.7 0.47
Hex CA 24 39 0 52 48 15 160 46 2F
Octal 312 44 71 0 122 110 25 540 106 57
Binary 11001010 100100 111001 0 1010010 1001000 10101 101100000 1000110 101111

Color Harmonies of #CA2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2439

Black with #CA2439

Text Example


Text Example

White with #CA2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2439; }

 p { color: rgb(202,36,57); }

 H1.HeaderClassName
 {
   color: #CA2439;
 }
 .AnyTagClassName
 {
   color: #CA2439;
 }
</style>

background-color css

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

 a { background-color: rgb(202,36,57); }

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

border-color css

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

 span { border-color: rgb(202,36,57); }

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