Html Css Color HEX #C84535 Grenadier

📋 copy color: '#C84535'

red 200 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C84535

Tints of Grenadier #C84535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 62.11%
G = 21.43%
B = 16.46%

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

#C84535 (or 0xC84535) is known color: Grenadier. HEX triplet: C8, 45 and 35. RGB value is (200,69,53). Sum of RGB (Red+Green+Blue) = 200+69+53=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C84535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84535 is #37BACA. Grayscale: #6A6A6A. Windows color (decimal): -3652299 or 3491272. OLE color: 3491272.

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

Color convert

RGB 200 69 53 -
CMYK 0 0.66 0.74 0.22
HSL 6.53º 0.58% 0.5% -
HSV(B) 6.53º 0.74% 0.78% -
XYZ 26.59 16.79 5.21 -
YUV 106.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 200 69 53 0 0.66 0.74 0.22 6.53 0.58 0.5
Hex C8 45 35 0 42 4A 16 7 3A 32
Octal 310 105 65 0 102 112 26 7 72 62
Binary 11001000 1000101 110101 0 1000010 1001010 10110 111 111010 110010

Color Harmonies of #C84535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84535

Black with #C84535

Text Example


Text Example

White with #C84535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84535; }

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

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

background-color css

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

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

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

border-color css

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

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

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