Html Css Color HEX #C44233 Grenadier

📋 copy color: '#C44233'

red 196 ◦ green 66 ◦ blue 51

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

Shades of Grenadier #C44233

Tints of Grenadier #C44233

RGB

 RED value IS 196 (76.95% from 255) = 62.62%

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

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 62.62%
G = 21.09%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C44233 (or 0xC44233) is known color: Grenadier. HEX triplet: C4, 42 and 33. RGB value is (196,66,51). Sum of RGB (Red+Green+Blue) = 196+66+51=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44233 is #3BBDCC. Grayscale: #676767. Windows color (decimal): -3915213 or 3359428. OLE color: 3359428.

HSL color Cylindrical-coordinate representation of color #C44233: hue angle of 6.21º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C44233 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 51 -
CMYK 0 0.66 0.74 0.23
HSL 6.21º 0.59% 0.48% -
HSV(B) 6.21º 0.74% 0.77% -
XYZ 25.31 15.87 4.86 -
YUV 103.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 196 66 51 0 0.66 0.74 0.23 6.21 0.59 0.48
Hex C4 42 33 0 42 4A 17 6 3B 30
Octal 304 102 63 0 102 112 27 6 73 60
Binary 11000100 1000010 110011 0 1000010 1001010 10111 110 111011 110000

Color Harmonies of #C44233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44233

Black with #C44233

Text Example


Text Example

White with #C44233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44233; }

 p { color: rgb(196,66,51); }

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

background-color css

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

 a { background-color: rgb(196,66,51); }

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

border-color css

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

 span { border-color: rgb(196,66,51); }

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