Html Css Color HEX #CA2037 Cardinal

📋 copy color: '#CA2037'

red 202 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #CA2037

Tints of Cardinal #CA2037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 69.9%
G = 11.07%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA2037 (or 0xCA2037) is known color: Cardinal. HEX triplet: CA, 20 and 37. RGB value is (202,32,55). Sum of RGB (Red+Green+Blue) = 202+32+55=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2037 is #35DFC8. Grayscale: #555555. Windows color (decimal): -3530697 or 3612874. OLE color: 3612874.

HSL color Cylindrical-coordinate representation of color #CA2037: hue angle of 351.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2037 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 55 -
CMYK 0 0.84 0.73 0.21
HSL 351.88º 0.73% 0.46% -
HSV(B) 351.88º 0.84% 0.79% -
XYZ 25.56 13.87 4.94 -
YUV 85.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 202 32 55 0 0.84 0.73 0.21 351.88 0.73 0.46
Hex CA 20 37 0 54 49 15 160 49 2E
Octal 312 40 67 0 124 111 25 540 111 56
Binary 11001010 100000 110111 0 1010100 1001001 10101 101100000 1001001 101110

Color Harmonies of #CA2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2037

Black with #CA2037

Text Example


Text Example

White with #CA2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2037; }

 p { color: rgb(202,32,55); }

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

background-color css

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

 a { background-color: rgb(202,32,55); }

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

border-color css

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

 span { border-color: rgb(202,32,55); }

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