Html Css Color HEX #C74130 Grenadier

📋 copy color: '#C74130'

red 199 ◦ green 65 ◦ blue 48

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

Shades of Grenadier #C74130

Tints of Grenadier #C74130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 63.78%
G = 20.83%
B = 15.38%

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

#C74130 (or 0xC74130) is known color: Grenadier. HEX triplet: C7, 41 and 30. RGB value is (199,65,48). Sum of RGB (Red+Green+Blue) = 199+65+48=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C74130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74130 is #38BECF. Grayscale: #676767. Windows color (decimal): -3718864 or 3162567. OLE color: 3162567.

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

Color convert

RGB 199 65 48 -
CMYK 0 0.67 0.76 0.22
HSL 6.75º 0.61% 0.48% -
HSV(B) 6.75º 0.76% 0.78% -
XYZ 25.98 16.14 4.54 -
YUV 103.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 199 65 48 0 0.67 0.76 0.22 6.75 0.61 0.48
Hex C7 41 30 0 43 4C 16 7 3D 30
Octal 307 101 60 0 103 114 26 7 75 60
Binary 11000111 1000001 110000 0 1000011 1001100 10110 111 111101 110000

Color Harmonies of #C74130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74130

Black with #C74130

Text Example


Text Example

White with #C74130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74130; }

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

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

background-color css

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

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

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

border-color css

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

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

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