Html Css Color HEX #C84232 Grenadier

📋 copy color: '#C84232'

red 200 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #C84232

Tints of Grenadier #C84232

RGB

 RED value IS 200 (78.52% from 255) = 63.29%

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

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 63.29%
G = 20.89%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C84232 (or 0xC84232) is known color: Grenadier. HEX triplet: C8, 42 and 32. RGB value is (200,66,50). Sum of RGB (Red+Green+Blue) = 200+66+50=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C84232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84232 is #37BDCD. Grayscale: #686868. Windows color (decimal): -3653070 or 3293896. OLE color: 3293896.

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

Color convert

RGB 200 66 50 -
CMYK 0 0.67 0.75 0.22
HSL 6.4º 0.6% 0.49% -
HSV(B) 6.4º 0.75% 0.78% -
XYZ 26.34 16.41 4.8 -
YUV 104.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 200 66 50 0 0.67 0.75 0.22 6.4 0.6 0.49
Hex C8 42 32 0 43 4B 16 6 3C 31
Octal 310 102 62 0 103 113 26 6 74 61
Binary 11001000 1000010 110010 0 1000011 1001011 10110 110 111100 110001

Color Harmonies of #C84232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84232

Black with #C84232

Text Example


Text Example

White with #C84232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84232; }

 p { color: rgb(200,66,50); }

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

background-color css

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

 a { background-color: rgb(200,66,50); }

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

border-color css

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

 span { border-color: rgb(200,66,50); }

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