Html Css Color HEX #C54132 Grenadier

📋 copy color: '#C54132'

red 197 ◦ green 65 ◦ blue 50

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

Shades of Grenadier #C54132

Tints of Grenadier #C54132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 63.14%
G = 20.83%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C54132 (or 0xC54132) is known color: Grenadier. HEX triplet: C5, 41 and 32. RGB value is (197,65,50). Sum of RGB (Red+Green+Blue) = 197+65+50=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C54132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54132 is #3ABECD. Grayscale: #666666. Windows color (decimal): -3849934 or 3293637. OLE color: 3293637.

HSL color Cylindrical-coordinate representation of color #C54132: hue angle of 6.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54132 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 50 -
CMYK 0 0.67 0.75 0.23
HSL 6.12º 0.6% 0.48% -
HSV(B) 6.12º 0.75% 0.77% -
XYZ 25.49 15.88 4.74 -
YUV 102.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 197 65 50 0 0.67 0.75 0.23 6.12 0.6 0.48
Hex C5 41 32 0 43 4B 17 6 3C 30
Octal 305 101 62 0 103 113 27 6 74 60
Binary 11000101 1000001 110010 0 1000011 1001011 10111 110 111100 110000

Color Harmonies of #C54132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54132

Black with #C54132

Text Example


Text Example

White with #C54132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54132; }

 p { color: rgb(197,65,50); }

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

background-color css

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

 a { background-color: rgb(197,65,50); }

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

border-color css

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

 span { border-color: rgb(197,65,50); }

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