Html Css Color HEX #C54133 Grenadier

📋 copy color: '#C54133'

red 197 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C54133

Tints of Grenadier #C54133

RGB

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

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

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

R = 62.94%
G = 20.77%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54133 (or 0xC54133) is known color: Grenadier. HEX triplet: C5, 41 and 33. RGB value is (197,65,51). Sum of RGB (Red+Green+Blue) = 197+65+51=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C54133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54133 is #3ABECC. Grayscale: #676767. Windows color (decimal): -3849933 or 3359173. OLE color: 3359173.

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

Color convert

RGB 197 65 51 -
CMYK 0 0.67 0.74 0.23
HSL 5.75º 0.59% 0.49% -
HSV(B) 5.75º 0.74% 0.77% -
XYZ 25.51 15.89 4.85 -
YUV 102.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 197 65 51 0 0.67 0.74 0.23 5.75 0.59 0.49
Hex C5 41 33 0 43 4A 17 6 3B 31
Octal 305 101 63 0 103 112 27 6 73 61
Binary 11000101 1000001 110011 0 1000011 1001010 10111 110 111011 110001

Color Harmonies of #C54133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54133

Black with #C54133

Text Example


Text Example

White with #C54133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54133; }

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

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

background-color css

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

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

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

border-color css

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

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

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