Html Css Color HEX #C8402F Grenadier

📋 copy color: '#C8402F'

red 200 ◦ green 64 ◦ blue 47

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

Shades of Grenadier #C8402F

Tints of Grenadier #C8402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 64.31%
G = 20.58%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8402F (or 0xC8402F) is known color: Grenadier. HEX triplet: C8, 40 and 2F. RGB value is (200,64,47). Sum of RGB (Red+Green+Blue) = 200+64+47=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8402F is #37BFD0. Grayscale: #666666. Windows color (decimal): -3653585 or 3096776. OLE color: 3096776.

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

Color convert

RGB 200 64 47 -
CMYK 0 0.68 0.76 0.22
HSL 6.67º 0.62% 0.48% -
HSV(B) 6.67º 0.77% 0.78% -
XYZ 26.17 16.15 4.43 -
YUV 102.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 200 64 47 0 0.68 0.76 0.22 6.67 0.62 0.48
Hex C8 40 2F 0 44 4C 16 7 3E 30
Octal 310 100 57 0 104 114 26 7 76 60
Binary 11001000 1000000 101111 0 1000100 1001100 10110 111 111110 110000

Color Harmonies of #C8402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8402F

Black with #C8402F

Text Example


Text Example

White with #C8402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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