Html Css Color HEX #C64133 Grenadier

📋 copy color: '#C64133'

red 198 ◦ green 65 ◦ blue 51

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

Shades of Grenadier #C64133

Tints of Grenadier #C64133

RGB

 RED value IS 198 (77.73% from 255) = 63.06%

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

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

R = 63.06%
G = 20.7%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C64133 (or 0xC64133) is known color: Grenadier. HEX triplet: C6, 41 and 33. RGB value is (198,65,51). Sum of RGB (Red+Green+Blue) = 198+65+51=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C64133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64133 is #39BECC. Grayscale: #676767. Windows color (decimal): -3784397 or 3359174. OLE color: 3359174.

HSL color Cylindrical-coordinate representation of color #C64133: hue angle of 5.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64133 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 51 -
CMYK 0 0.67 0.74 0.22
HSL 5.71º 0.59% 0.49% -
HSV(B) 5.71º 0.74% 0.78% -
XYZ 25.78 16.03 4.87 -
YUV 103.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 198 65 51 0 0.67 0.74 0.22 5.71 0.59 0.49
Hex C6 41 33 0 43 4A 16 6 3B 31
Octal 306 101 63 0 103 112 26 6 73 61
Binary 11000110 1000001 110011 0 1000011 1001010 10110 110 111011 110001

Color Harmonies of #C64133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64133

Black with #C64133

Text Example


Text Example

White with #C64133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64133; }

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

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

background-color css

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

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

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

border-color css

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

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

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