Html Css Color HEX #C84533 Grenadier

📋 copy color: '#C84533'

red 200 ◦ green 69 ◦ blue 51

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

Shades of Grenadier #C84533

Tints of Grenadier #C84533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 62.5%
G = 21.56%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84533 (or 0xC84533) is known color: Grenadier. HEX triplet: C8, 45 and 33. RGB value is (200,69,51). Sum of RGB (Red+Green+Blue) = 200+69+51=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C84533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84533 is #37BACC. Grayscale: #6A6A6A. Windows color (decimal): -3652301 or 3360200. OLE color: 3360200.

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

Color convert

RGB 200 69 51 -
CMYK 0 0.66 0.74 0.22
HSL 7.25º 0.59% 0.49% -
HSV(B) 7.25º 0.75% 0.78% -
XYZ 26.55 16.77 4.97 -
YUV 106.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 200 69 51 0 0.66 0.74 0.22 7.25 0.59 0.49
Hex C8 45 33 0 42 4A 16 7 3B 31
Octal 310 105 63 0 102 112 26 7 73 61
Binary 11001000 1000101 110011 0 1000010 1001010 10110 111 111011 110001

Color Harmonies of #C84533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84533

Black with #C84533

Text Example


Text Example

White with #C84533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84533; }

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

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

background-color css

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

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

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

border-color css

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

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

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