Html Css Color HEX #CA4239 Grenadier

📋 copy color: '#CA4239'

red 202 ◦ green 66 ◦ blue 57

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

Shades of Grenadier #CA4239

Tints of Grenadier #CA4239

RGB

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

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

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

R = 62.15%
G = 20.31%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4239 (or 0xCA4239) is known color: Grenadier. HEX triplet: CA, 42 and 39. RGB value is (202,66,57). Sum of RGB (Red+Green+Blue) = 202+66+57=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4239 is #35BDC6. Grayscale: #696969. Windows color (decimal): -3521991 or 3752650. OLE color: 3752650.

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

Color convert

RGB 202 66 57 -
CMYK 0 0.67 0.72 0.21
HSL 3.72º 0.58% 0.51% -
HSV(B) 3.72º 0.72% 0.79% -
XYZ 27.04 16.75 5.68 -
YUV 105.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 202 66 57 0 0.67 0.72 0.21 3.72 0.58 0.51
Hex CA 42 39 0 43 48 15 4 3A 33
Octal 312 102 71 0 103 110 25 4 72 63
Binary 11001010 1000010 111001 0 1000011 1001000 10101 100 111010 110011

Color Harmonies of #CA4239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4239

Black with #CA4239

Text Example


Text Example

White with #CA4239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4239; }

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

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

background-color css

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

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

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

border-color css

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

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

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