Html Css Color HEX #C64239 Grenadier

📋 copy color: '#C64239'

red 198 ◦ green 66 ◦ blue 57

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

Shades of Grenadier #C64239

Tints of Grenadier #C64239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 61.68%
G = 20.56%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C64239 (or 0xC64239) is known color: Grenadier. HEX triplet: C6, 42 and 39. RGB value is (198,66,57). Sum of RGB (Red+Green+Blue) = 198+66+57=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64239 is #39BDC6. Grayscale: #686868. Windows color (decimal): -3784135 or 3752646. OLE color: 3752646.

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

Color convert

RGB 198 66 57 -
CMYK 0 0.67 0.71 0.22
HSL 3.83º 0.55% 0.5% -
HSV(B) 3.83º 0.71% 0.78% -
XYZ 25.98 16.2 5.63 -
YUV 104.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 198 66 57 0 0.67 0.71 0.22 3.83 0.55 0.5
Hex C6 42 39 0 43 47 16 4 37 32
Octal 306 102 71 0 103 107 26 4 67 62
Binary 11000110 1000010 111001 0 1000011 1000111 10110 100 110111 110010

Color Harmonies of #C64239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64239

Black with #C64239

Text Example


Text Example

White with #C64239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64239; }

 p { color: rgb(198,66,57); }

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

background-color css

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

 a { background-color: rgb(198,66,57); }

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

border-color css

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

 span { border-color: rgb(198,66,57); }

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