Html Css Color HEX #C94534 Grenadier

📋 copy color: '#C94534'

red 201 ◦ green 69 ◦ blue 52

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

Shades of Grenadier #C94534

Tints of Grenadier #C94534

RGB

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

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

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

R = 62.42%
G = 21.43%
B = 16.15%

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

#C94534 (or 0xC94534) is known color: Grenadier. HEX triplet: C9, 45 and 34. RGB value is (201,69,52). Sum of RGB (Red+Green+Blue) = 201+69+52=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C94534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94534 is #36BACB. Grayscale: #6A6A6A. Windows color (decimal): -3586764 or 3425737. OLE color: 3425737.

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

Color convert

RGB 201 69 52 -
CMYK 0 0.66 0.74 0.21
HSL 6.85º 0.59% 0.5% -
HSV(B) 6.85º 0.74% 0.79% -
XYZ 26.84 16.92 5.1 -
YUV 106.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 201 69 52 0 0.66 0.74 0.21 6.85 0.59 0.5
Hex C9 45 34 0 42 4A 15 7 3B 32
Octal 311 105 64 0 102 112 25 7 73 62
Binary 11001001 1000101 110100 0 1000010 1001010 10101 111 111011 110010

Color Harmonies of #C94534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94534

Black with #C94534

Text Example


Text Example

White with #C94534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94534; }

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

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

background-color css

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

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

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

border-color css

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

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

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