Html Css Color HEX #C94638 Grenadier

📋 copy color: '#C94638'

red 201 ◦ green 70 ◦ blue 56

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

Shades of Grenadier #C94638

Tints of Grenadier #C94638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 61.47%
G = 21.41%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94638 (or 0xC94638) is known color: Grenadier. HEX triplet: C9, 46 and 38. RGB value is (201,70,56). Sum of RGB (Red+Green+Blue) = 201+70+56=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C94638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94638 is #36B9C7. Grayscale: #6B6B6B. Windows color (decimal): -3586504 or 3688137. OLE color: 3688137.

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

Color convert

RGB 201 70 56 -
CMYK 0 0.65 0.72 0.21
HSL 5.79º 0.57% 0.5% -
HSV(B) 5.79º 0.72% 0.79% -
XYZ 26.99 17.08 5.62 -
YUV 107.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 201 70 56 0 0.65 0.72 0.21 5.79 0.57 0.5
Hex C9 46 38 0 41 48 15 6 39 32
Octal 311 106 70 0 101 110 25 6 71 62
Binary 11001001 1000110 111000 0 1000001 1001000 10101 110 111001 110010

Color Harmonies of #C94638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94638

Black with #C94638

Text Example


Text Example

White with #C94638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94638; }

 p { color: rgb(201,70,56); }

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

background-color css

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

 a { background-color: rgb(201,70,56); }

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

border-color css

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

 span { border-color: rgb(201,70,56); }

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