Html Css Color HEX #CA4739 Grenadier

📋 copy color: '#CA4739'

red 202 ◦ green 71 ◦ blue 57

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

Shades of Grenadier #CA4739

Tints of Grenadier #CA4739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 61.21%
G = 21.52%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4739 (or 0xCA4739) is known color: Grenadier. HEX triplet: CA, 47 and 39. RGB value is (202,71,57). Sum of RGB (Red+Green+Blue) = 202+71+57=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4739 is #35B8C6. Grayscale: #6C6C6C. Windows color (decimal): -3520711 or 3753930. OLE color: 3753930.

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

Color convert

RGB 202 71 57 -
CMYK 0 0.65 0.72 0.21
HSL 5.79º 0.58% 0.51% -
HSV(B) 5.79º 0.72% 0.79% -
XYZ 27.35 17.36 5.78 -
YUV 108.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 202 71 57 0 0.65 0.72 0.21 5.79 0.58 0.51
Hex CA 47 39 0 41 48 15 6 3A 33
Octal 312 107 71 0 101 110 25 6 72 63
Binary 11001010 1000111 111001 0 1000001 1001000 10101 110 111010 110011

Color Harmonies of #CA4739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4739

Black with #CA4739

Text Example


Text Example

White with #CA4739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4739; }

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

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

background-color css

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

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

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

border-color css

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

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

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