Html Css Color HEX #C54033 Grenadier

📋 copy color: '#C54033'

red 197 ◦ green 64 ◦ blue 51

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

Shades of Grenadier #C54033

Tints of Grenadier #C54033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

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

R = 63.14%
G = 20.51%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54033 (or 0xC54033) is known color: Grenadier. HEX triplet: C5, 40 and 33. RGB value is (197,64,51). Sum of RGB (Red+Green+Blue) = 197+64+51=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C54033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54033 is #3ABFCC. Grayscale: #666666. Windows color (decimal): -3850189 or 3358917. OLE color: 3358917.

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

Color convert

RGB 197 64 51 -
CMYK 0 0.68 0.74 0.23
HSL 5.34º 0.59% 0.49% -
HSV(B) 5.34º 0.74% 0.77% -
XYZ 25.46 15.78 4.84 -
YUV 102.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 197 64 51 0 0.68 0.74 0.23 5.34 0.59 0.49
Hex C5 40 33 0 44 4A 17 5 3B 31
Octal 305 100 63 0 104 112 27 5 73 61
Binary 11000101 1000000 110011 0 1000100 1001010 10111 101 111011 110001

Color Harmonies of #C54033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54033

Black with #C54033

Text Example


Text Example

White with #C54033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54033; }

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

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

background-color css

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

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

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

border-color css

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

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

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