Html Css Color HEX #C8402E Grenadier

📋 copy color: '#C8402E'

red 200 ◦ green 64 ◦ blue 46

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

Shades of Grenadier #C8402E

Tints of Grenadier #C8402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 64.52%
G = 20.65%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8402E (or 0xC8402E) is known color: Grenadier. HEX triplet: C8, 40 and 2E. RGB value is (200,64,46). Sum of RGB (Red+Green+Blue) = 200+64+46=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8402E is #37BFD1. Grayscale: #666666. Windows color (decimal): -3653586 or 3031240. OLE color: 3031240.

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

Color convert

RGB 200 64 46 -
CMYK 0 0.68 0.77 0.22
HSL 7.01º 0.63% 0.48% -
HSV(B) 7.01º 0.77% 0.78% -
XYZ 26.15 16.14 4.32 -
YUV 102.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 200 64 46 0 0.68 0.77 0.22 7.01 0.63 0.48
Hex C8 40 2E 0 44 4D 16 7 3F 30
Octal 310 100 56 0 104 115 26 7 77 60
Binary 11001000 1000000 101110 0 1000100 1001101 10110 111 111111 110000

Color Harmonies of #C8402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8402E

Black with #C8402E

Text Example


Text Example

White with #C8402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8402E; }

 p { color: rgb(200,64,46); }

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

background-color css

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

 a { background-color: rgb(200,64,46); }

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

border-color css

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

 span { border-color: rgb(200,64,46); }

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