Html Css Color HEX #C8513F Grenadier

📋 copy color: '#C8513F'

red 200 ◦ green 81 ◦ blue 63

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

Shades of Grenadier #C8513F

Tints of Grenadier #C8513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

 BLUE value IS 63 (25% from 255) = 18.31%

R = 58.14%
G = 23.55%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8513F (or 0xC8513F) is known color: Grenadier. HEX triplet: C8, 51 and 3F. RGB value is (200,81,63). Sum of RGB (Red+Green+Blue) = 200+81+63=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8513F is #37AEC0. Grayscale: #727272. Windows color (decimal): -3649217 or 4149704. OLE color: 4149704.

HSL color Cylindrical-coordinate representation of color #C8513F: hue angle of 7.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8513F is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 63 -
CMYK 0 0.59 0.68 0.22
HSL 7.88º 0.55% 0.52% -
HSV(B) 7.88º 0.69% 0.78% -
XYZ 27.66 18.52 6.82 -
YUV 114.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 200 81 63 0 0.59 0.68 0.22 7.88 0.55 0.52
Hex C8 51 3F 0 3B 44 16 8 37 34
Octal 310 121 77 0 73 104 26 10 67 64
Binary 11001000 1010001 111111 0 111011 1000100 10110 1000 110111 110100

Color Harmonies of #C8513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8513F

Black with #C8513F

Text Example


Text Example

White with #C8513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8513F; }

 p { color: rgb(200,81,63); }

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

background-color css

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

 a { background-color: rgb(200,81,63); }

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

border-color css

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

 span { border-color: rgb(200,81,63); }

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