Html Css Color HEX #C44234 Grenadier

📋 copy color: '#C44234'

red 196 ◦ green 66 ◦ blue 52

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

Shades of Grenadier #C44234

Tints of Grenadier #C44234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 62.42%
G = 21.02%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44234 (or 0xC44234) is known color: Grenadier. HEX triplet: C4, 42 and 34. RGB value is (196,66,52). Sum of RGB (Red+Green+Blue) = 196+66+52=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44234 is #3BBDCB. Grayscale: #676767. Windows color (decimal): -3915212 or 3424964. OLE color: 3424964.

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

Color convert

RGB 196 66 52 -
CMYK 0 0.66 0.73 0.23
HSL 5.83º 0.58% 0.49% -
HSV(B) 5.83º 0.73% 0.77% -
XYZ 25.33 15.88 4.98 -
YUV 103.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 196 66 52 0 0.66 0.73 0.23 5.83 0.58 0.49
Hex C4 42 34 0 42 49 17 6 3A 31
Octal 304 102 64 0 102 111 27 6 72 61
Binary 11000100 1000010 110100 0 1000010 1001001 10111 110 111010 110001

Color Harmonies of #C44234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44234

Black with #C44234

Text Example


Text Example

White with #C44234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44234; }

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

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

background-color css

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

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

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

border-color css

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

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

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