Html Css Color HEX #C54434 Grenadier

📋 copy color: '#C54434'

red 197 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #C54434

Tints of Grenadier #C54434

RGB

 RED value IS 197 (77.34% from 255) = 62.15%

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

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

R = 62.15%
G = 21.45%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54434 (or 0xC54434) is known color: Grenadier. HEX triplet: C5, 44 and 34. RGB value is (197,68,52). Sum of RGB (Red+Green+Blue) = 197+68+52=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C54434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54434 is #3ABBCB. Grayscale: #686868. Windows color (decimal): -3849164 or 3425477. OLE color: 3425477.

HSL color Cylindrical-coordinate representation of color #C54434: hue angle of 6.62º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54434 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 52 -
CMYK 0 0.65 0.74 0.23
HSL 6.62º 0.58% 0.49% -
HSV(B) 6.62º 0.74% 0.77% -
XYZ 25.71 16.25 5.03 -
YUV 104.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 197 68 52 0 0.65 0.74 0.23 6.62 0.58 0.49
Hex C5 44 34 0 41 4A 17 7 3A 31
Octal 305 104 64 0 101 112 27 7 72 61
Binary 11000101 1000100 110100 0 1000001 1001010 10111 111 111010 110001

Color Harmonies of #C54434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54434

Black with #C54434

Text Example


Text Example

White with #C54434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54434; }

 p { color: rgb(197,68,52); }

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

background-color css

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

 a { background-color: rgb(197,68,52); }

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

border-color css

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

 span { border-color: rgb(197,68,52); }

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