Html Css Color HEX #C94237 Grenadier

📋 copy color: '#C94237'

red 201 ◦ green 66 ◦ blue 55

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

Shades of Grenadier #C94237

Tints of Grenadier #C94237

RGB

 RED value IS 201 (78.91% from 255) = 62.42%

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

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 62.42%
G = 20.5%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94237 (or 0xC94237) is known color: Grenadier. HEX triplet: C9, 42 and 37. RGB value is (201,66,55). Sum of RGB (Red+Green+Blue) = 201+66+55=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94237 is #36BDC8. Grayscale: #696969. Windows color (decimal): -3587529 or 3621577. OLE color: 3621577.

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

Color convert

RGB 201 66 55 -
CMYK 0 0.67 0.73 0.21
HSL 4.52º 0.57% 0.5% -
HSV(B) 4.52º 0.73% 0.79% -
XYZ 26.73 16.59 5.41 -
YUV 105.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 201 66 55 0 0.67 0.73 0.21 4.52 0.57 0.5
Hex C9 42 37 0 43 49 15 5 39 32
Octal 311 102 67 0 103 111 25 5 71 62
Binary 11001001 1000010 110111 0 1000011 1001001 10101 101 111001 110010

Color Harmonies of #C94237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94237

Black with #C94237

Text Example


Text Example

White with #C94237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94237; }

 p { color: rgb(201,66,55); }

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

background-color css

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

 a { background-color: rgb(201,66,55); }

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

border-color css

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

 span { border-color: rgb(201,66,55); }

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