Html Css Color HEX #C7422F Grenadier

📋 copy color: '#C7422F'

red 199 ◦ green 66 ◦ blue 47

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

Shades of Grenadier #C7422F

Tints of Grenadier #C7422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 63.78%
G = 21.15%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7422F (or 0xC7422F) is known color: Grenadier. HEX triplet: C7, 42 and 2F. RGB value is (199,66,47). Sum of RGB (Red+Green+Blue) = 199+66+47=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7422F is #38BDD0. Grayscale: #676767. Windows color (decimal): -3718609 or 3097287. OLE color: 3097287.

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

Color convert

RGB 199 66 47 -
CMYK 0 0.67 0.76 0.22
HSL 7.5º 0.62% 0.48% -
HSV(B) 7.5º 0.76% 0.78% -
XYZ 26.01 16.24 4.45 -
YUV 103.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 199 66 47 0 0.67 0.76 0.22 7.5 0.62 0.48
Hex C7 42 2F 0 43 4C 16 8 3E 30
Octal 307 102 57 0 103 114 26 10 76 60
Binary 11000111 1000010 101111 0 1000011 1001100 10110 1000 111110 110000

Color Harmonies of #C7422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7422F

Black with #C7422F

Text Example


Text Example

White with #C7422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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