Html Css Color HEX #C7402F Grenadier

📋 copy color: '#C7402F'

red 199 ◦ green 64 ◦ blue 47

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

Shades of Grenadier #C7402F

Tints of Grenadier #C7402F

RGB

 RED value IS 199 (78.13% from 255) = 64.19%

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

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

R = 64.19%
G = 20.65%
B = 15.16%

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

#C7402F (or 0xC7402F) is known color: Grenadier. HEX triplet: C7, 40 and 2F. RGB value is (199,64,47). Sum of RGB (Red+Green+Blue) = 199+64+47=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7402F is #38BFD0. Grayscale: #666666. Windows color (decimal): -3719121 or 3096775. OLE color: 3096775.

HSL color Cylindrical-coordinate representation of color #C7402F: hue angle of 6.71º 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 #C7402F is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 47 -
CMYK 0 0.68 0.76 0.22
HSL 6.71º 0.62% 0.48% -
HSV(B) 6.71º 0.76% 0.78% -
XYZ 25.9 16.01 4.42 -
YUV 102.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 199 64 47 0 0.68 0.76 0.22 6.71 0.62 0.48
Hex C7 40 2F 0 44 4C 16 7 3E 30
Octal 307 100 57 0 104 114 26 7 76 60
Binary 11000111 1000000 101111 0 1000100 1001100 10110 111 111110 110000

Color Harmonies of #C7402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7402F

Black with #C7402F

Text Example


Text Example

White with #C7402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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