Html Css Color HEX #C94134 Grenadier

📋 copy color: '#C94134'

red 201 ◦ green 65 ◦ blue 52

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

Shades of Grenadier #C94134

Tints of Grenadier #C94134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 63.21%
G = 20.44%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94134 (or 0xC94134) is known color: Grenadier. HEX triplet: C9, 41 and 34. RGB value is (201,65,52). Sum of RGB (Red+Green+Blue) = 201+65+52=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C94134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94134 is #36BECB. Grayscale: #686868. Windows color (decimal): -3587788 or 3424713. OLE color: 3424713.

HSL color Cylindrical-coordinate representation of color #C94134: hue angle of 5.23º degrees, saturation: 0.59, 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 #C94134 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 52 -
CMYK 0 0.68 0.74 0.21
HSL 5.23º 0.59% 0.5% -
HSV(B) 5.23º 0.74% 0.79% -
XYZ 26.6 16.45 5.02 -
YUV 104.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 201 65 52 0 0.68 0.74 0.21 5.23 0.59 0.5
Hex C9 41 34 0 44 4A 15 5 3B 32
Octal 311 101 64 0 104 112 25 5 73 62
Binary 11001001 1000001 110100 0 1000100 1001010 10101 101 111011 110010

Color Harmonies of #C94134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94134

Black with #C94134

Text Example


Text Example

White with #C94134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94134; }

 p { color: rgb(201,65,52); }

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

background-color css

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

 a { background-color: rgb(201,65,52); }

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

border-color css

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

 span { border-color: rgb(201,65,52); }

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