Html Css Color HEX #C44235 Grenadier

📋 copy color: '#C44235'

red 196 ◦ green 66 ◦ blue 53

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

Shades of Grenadier #C44235

Tints of Grenadier #C44235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 62.22%
G = 20.95%
B = 16.83%

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

#C44235 (or 0xC44235) is known color: Grenadier. HEX triplet: C4, 42 and 35. RGB value is (196,66,53). Sum of RGB (Red+Green+Blue) = 196+66+53=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C44235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44235 is #3BBDCA. Grayscale: #676767. Windows color (decimal): -3915211 or 3490500. OLE color: 3490500.

HSL color Cylindrical-coordinate representation of color #C44235: hue angle of 5.45º degrees, saturation: 0.57, 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 #C44235 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 53 -
CMYK 0 0.66 0.73 0.23
HSL 5.45º 0.57% 0.49% -
HSV(B) 5.45º 0.73% 0.77% -
XYZ 25.36 15.89 5.1 -
YUV 103.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 196 66 53 0 0.66 0.73 0.23 5.45 0.57 0.49
Hex C4 42 35 0 42 49 17 5 39 31
Octal 304 102 65 0 102 111 27 5 71 61
Binary 11000100 1000010 110101 0 1000010 1001001 10111 101 111001 110001

Color Harmonies of #C44235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44235

Black with #C44235

Text Example


Text Example

White with #C44235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44235; }

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

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

background-color css

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

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

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

border-color css

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

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

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