Html Css Color HEX #C54233 Grenadier

📋 copy color: '#C54233'

red 197 ◦ green 66 ◦ blue 51

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

Shades of Grenadier #C54233

Tints of Grenadier #C54233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 62.74%
G = 21.02%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54233 (or 0xC54233) is known color: Grenadier. HEX triplet: C5, 42 and 33. RGB value is (197,66,51). Sum of RGB (Red+Green+Blue) = 197+66+51=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C54233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54233 is #3ABDCC. Grayscale: #676767. Windows color (decimal): -3849677 or 3359429. OLE color: 3359429.

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

Color convert

RGB 197 66 51 -
CMYK 0 0.66 0.74 0.23
HSL 6.16º 0.59% 0.49% -
HSV(B) 6.16º 0.74% 0.77% -
XYZ 25.57 16.01 4.87 -
YUV 103.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 197 66 51 0 0.66 0.74 0.23 6.16 0.59 0.49
Hex C5 42 33 0 42 4A 17 6 3B 31
Octal 305 102 63 0 102 112 27 6 73 61
Binary 11000101 1000010 110011 0 1000010 1001010 10111 110 111011 110001

Color Harmonies of #C54233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54233

Black with #C54233

Text Example


Text Example

White with #C54233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54233; }

 p { color: rgb(197,66,51); }

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

background-color css

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

 a { background-color: rgb(197,66,51); }

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

border-color css

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

 span { border-color: rgb(197,66,51); }

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