Html Css Color HEX #C94535 Grenadier

📋 copy color: '#C94535'

red 201 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C94535

Tints of Grenadier #C94535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 62.23%
G = 21.36%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94535 (or 0xC94535) is known color: Grenadier. HEX triplet: C9, 45 and 35. RGB value is (201,69,53). Sum of RGB (Red+Green+Blue) = 201+69+53=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C94535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94535 is #36BACA. Grayscale: #6A6A6A. Windows color (decimal): -3586763 or 3491273. OLE color: 3491273.

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

Color convert

RGB 201 69 53 -
CMYK 0 0.66 0.74 0.21
HSL 6.49º 0.58% 0.5% -
HSV(B) 6.49º 0.74% 0.79% -
XYZ 26.86 16.93 5.22 -
YUV 106.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 201 69 53 0 0.66 0.74 0.21 6.49 0.58 0.5
Hex C9 45 35 0 42 4A 15 6 3A 32
Octal 311 105 65 0 102 112 25 6 72 62
Binary 11001001 1000101 110101 0 1000010 1001010 10101 110 111010 110010

Color Harmonies of #C94535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94535

Black with #C94535

Text Example


Text Example

White with #C94535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94535; }

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

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

background-color css

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

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

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

border-color css

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

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

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