Html Css Color HEX #C94236 Grenadier

📋 copy color: '#C94236'

red 201 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #C94236

Tints of Grenadier #C94236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 62.62%
G = 20.56%
B = 16.82%

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

#C94236 (or 0xC94236) is known color: Grenadier. HEX triplet: C9, 42 and 36. RGB value is (201,66,54). Sum of RGB (Red+Green+Blue) = 201+66+54=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C94236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94236 is #36BDC9. Grayscale: #696969. Windows color (decimal): -3587530 or 3556041. OLE color: 3556041.

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

Color convert

RGB 201 66 54 -
CMYK 0 0.67 0.73 0.21
HSL 4.9º 0.58% 0.5% -
HSV(B) 4.9º 0.73% 0.79% -
XYZ 26.7 16.58 5.28 -
YUV 105 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 201 66 54 0 0.67 0.73 0.21 4.9 0.58 0.5
Hex C9 42 36 0 43 49 15 5 3A 32
Octal 311 102 66 0 103 111 25 5 72 62
Binary 11001001 1000010 110110 0 1000011 1001001 10101 101 111010 110010

Color Harmonies of #C94236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94236

Black with #C94236

Text Example


Text Example

White with #C94236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94236; }

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

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

background-color css

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

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

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

border-color css

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

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

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