Html Css Color HEX #C94239 Grenadier

📋 copy color: '#C94239'

red 201 ◦ green 66 ◦ blue 57

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

Shades of Grenadier #C94239

Tints of Grenadier #C94239

RGB

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

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

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

R = 62.04%
G = 20.37%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94239 (or 0xC94239) is known color: Grenadier. HEX triplet: C9, 42 and 39. RGB value is (201,66,57). Sum of RGB (Red+Green+Blue) = 201+66+57=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C94239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94239 is #36BDC6. Grayscale: #696969. Windows color (decimal): -3587527 or 3752649. OLE color: 3752649.

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

Color convert

RGB 201 66 57 -
CMYK 0 0.67 0.72 0.21
HSL 3.75º 0.57% 0.51% -
HSV(B) 3.75º 0.72% 0.79% -
XYZ 26.77 16.61 5.67 -
YUV 105.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 201 66 57 0 0.67 0.72 0.21 3.75 0.57 0.51
Hex C9 42 39 0 43 48 15 4 39 33
Octal 311 102 71 0 103 110 25 4 71 63
Binary 11001001 1000010 111001 0 1000011 1001000 10101 100 111001 110011

Color Harmonies of #C94239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94239

Black with #C94239

Text Example


Text Example

White with #C94239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94239; }

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

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

background-color css

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

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

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

border-color css

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

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

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