Html Css Color HEX #C94438 Grenadier

📋 copy color: '#C94438'

red 201 ◦ green 68 ◦ blue 56

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

Shades of Grenadier #C94438

Tints of Grenadier #C94438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 61.85%
G = 20.92%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C94438 (or 0xC94438) is known color: Grenadier. HEX triplet: C9, 44 and 38. RGB value is (201,68,56). Sum of RGB (Red+Green+Blue) = 201+68+56=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C94438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94438 is #36BBC7. Grayscale: #6A6A6A. Windows color (decimal): -3587016 or 3687625. OLE color: 3687625.

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

Color convert

RGB 201 68 56 -
CMYK 0 0.66 0.72 0.21
HSL 4.97º 0.57% 0.5% -
HSV(B) 4.97º 0.72% 0.79% -
XYZ 26.87 16.84 5.58 -
YUV 106.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 201 68 56 0 0.66 0.72 0.21 4.97 0.57 0.5
Hex C9 44 38 0 42 48 15 5 39 32
Octal 311 104 70 0 102 110 25 5 71 62
Binary 11001001 1000100 111000 0 1000010 1001000 10101 101 111001 110010

Color Harmonies of #C94438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94438

Black with #C94438

Text Example


Text Example

White with #C94438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94438; }

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

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

background-color css

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

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

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

border-color css

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

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

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