Html Css Color HEX #C94235 Grenadier

📋 copy color: '#C94235'

red 201 ◦ green 66 ◦ blue 53

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

Shades of Grenadier #C94235

Tints of Grenadier #C94235

RGB

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

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

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

R = 62.81%
G = 20.63%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94235 (or 0xC94235) is known color: Grenadier. HEX triplet: C9, 42 and 35. RGB value is (201,66,53). Sum of RGB (Red+Green+Blue) = 201+66+53=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C94235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94235 is #36BDCA. Grayscale: #696969. Windows color (decimal): -3587531 or 3490505. OLE color: 3490505.

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

Color convert

RGB 201 66 53 -
CMYK 0 0.67 0.74 0.21
HSL 5.27º 0.58% 0.5% -
HSV(B) 5.27º 0.74% 0.79% -
XYZ 26.68 16.57 5.16 -
YUV 104.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 201 66 53 0 0.67 0.74 0.21 5.27 0.58 0.5
Hex C9 42 35 0 43 4A 15 5 3A 32
Octal 311 102 65 0 103 112 25 5 72 62
Binary 11001001 1000010 110101 0 1000011 1001010 10101 101 111010 110010

Color Harmonies of #C94235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94235

Black with #C94235

Text Example


Text Example

White with #C94235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94235; }

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

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

background-color css

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

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

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

border-color css

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

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

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