Html Css Color HEX #CA4237 Grenadier

📋 copy color: '#CA4237'

red 202 ◦ green 66 ◦ blue 55

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

Shades of Grenadier #CA4237

Tints of Grenadier #CA4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

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

R = 62.54%
G = 20.43%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA4237 (or 0xCA4237) is known color: Grenadier. HEX triplet: CA, 42 and 37. RGB value is (202,66,55). Sum of RGB (Red+Green+Blue) = 202+66+55=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4237 is #35BDC8. Grayscale: #696969. Windows color (decimal): -3521993 or 3621578. OLE color: 3621578.

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

Color convert

RGB 202 66 55 -
CMYK 0 0.67 0.73 0.21
HSL 4.49º 0.58% 0.5% -
HSV(B) 4.49º 0.73% 0.79% -
XYZ 26.99 16.73 5.42 -
YUV 105.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 202 66 55 0 0.67 0.73 0.21 4.49 0.58 0.5
Hex CA 42 37 0 43 49 15 4 3A 32
Octal 312 102 67 0 103 111 25 4 72 62
Binary 11001010 1000010 110111 0 1000011 1001001 10101 100 111010 110010

Color Harmonies of #CA4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4237

Black with #CA4237

Text Example


Text Example

White with #CA4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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