Html Css Color HEX #C74230 Grenadier

📋 copy color: '#C74230'

red 199 ◦ green 66 ◦ blue 48

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

Shades of Grenadier #C74230

Tints of Grenadier #C74230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 63.58%
G = 21.09%
B = 15.34%

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

#C74230 (or 0xC74230) is known color: Grenadier. HEX triplet: C7, 42 and 30. RGB value is (199,66,48). Sum of RGB (Red+Green+Blue) = 199+66+48=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C74230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74230 is #38BDCF. Grayscale: #676767. Windows color (decimal): -3718608 or 3162823. OLE color: 3162823.

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

Color convert

RGB 199 66 48 -
CMYK 0 0.67 0.76 0.22
HSL 7.15º 0.61% 0.48% -
HSV(B) 7.15º 0.76% 0.78% -
XYZ 26.03 16.25 4.56 -
YUV 103.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 199 66 48 0 0.67 0.76 0.22 7.15 0.61 0.48
Hex C7 42 30 0 43 4C 16 7 3D 30
Octal 307 102 60 0 103 114 26 7 75 60
Binary 11000111 1000010 110000 0 1000011 1001100 10110 111 111101 110000

Color Harmonies of #C74230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74230

Black with #C74230

Text Example


Text Example

White with #C74230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74230; }

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

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

background-color css

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

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

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

border-color css

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

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

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