Html Css Color HEX #C84136 Grenadier

📋 copy color: '#C84136'

red 200 ◦ green 65 ◦ blue 54

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

Shades of Grenadier #C84136

Tints of Grenadier #C84136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 62.7%
G = 20.38%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C84136 (or 0xC84136) is known color: Grenadier. HEX triplet: C8, 41 and 36. RGB value is (200,65,54). Sum of RGB (Red+Green+Blue) = 200+65+54=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C84136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84136 is #37BEC9. Grayscale: #686868. Windows color (decimal): -3653322 or 3555784. OLE color: 3555784.

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

Color convert

RGB 200 65 54 -
CMYK 0 0.68 0.73 0.22
HSL 4.52º 0.57% 0.5% -
HSV(B) 4.52º 0.73% 0.78% -
XYZ 26.38 16.33 5.25 -
YUV 104.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 200 65 54 0 0.68 0.73 0.22 4.52 0.57 0.5
Hex C8 41 36 0 44 49 16 5 39 32
Octal 310 101 66 0 104 111 26 5 71 62
Binary 11001000 1000001 110110 0 1000100 1001001 10110 101 111001 110010

Color Harmonies of #C84136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84136

Black with #C84136

Text Example


Text Example

White with #C84136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84136; }

 p { color: rgb(200,65,54); }

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

background-color css

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

 a { background-color: rgb(200,65,54); }

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

border-color css

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

 span { border-color: rgb(200,65,54); }

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