Html Css Color HEX #C84233 Grenadier

📋 copy color: '#C84233'

red 200 ◦ green 66 ◦ blue 51

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

Shades of Grenadier #C84233

Tints of Grenadier #C84233

RGB

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

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

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

R = 63.09%
G = 20.82%
B = 16.09%

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

#C84233 (or 0xC84233) is known color: Grenadier. HEX triplet: C8, 42 and 33. RGB value is (200,66,51). Sum of RGB (Red+Green+Blue) = 200+66+51=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C84233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84233 is #37BDCC. Grayscale: #686868. Windows color (decimal): -3653069 or 3359432. OLE color: 3359432.

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

Color convert

RGB 200 66 51 -
CMYK 0 0.67 0.74 0.22
HSL 6.04º 0.59% 0.49% -
HSV(B) 6.04º 0.75% 0.78% -
XYZ 26.37 16.41 4.91 -
YUV 104.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 200 66 51 0 0.67 0.74 0.22 6.04 0.59 0.49
Hex C8 42 33 0 43 4A 16 6 3B 31
Octal 310 102 63 0 103 112 26 6 73 61
Binary 11001000 1000010 110011 0 1000011 1001010 10110 110 111011 110001

Color Harmonies of #C84233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84233

Black with #C84233

Text Example


Text Example

White with #C84233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84233; }

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

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

background-color css

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

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

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

border-color css

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

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

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