Html Css Color HEX #C74B3A Grenadier

📋 copy color: '#C74B3A'

red 199 ◦ green 75 ◦ blue 58

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

Shades of Grenadier #C74B3A

Tints of Grenadier #C74B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 59.94%
G = 22.59%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C74B3A (or 0xC74B3A) is known color: Grenadier. HEX triplet: C7, 4B and 3A. RGB value is (199,75,58). Sum of RGB (Red+Green+Blue) = 199+75+58=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74B3A is #38B4C5. Grayscale: #6E6E6E. Windows color (decimal): -3716294 or 3820487. OLE color: 3820487.

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

Color convert

RGB 199 75 58 -
CMYK 0 0.62 0.71 0.22
HSL 7.23º 0.56% 0.5% -
HSV(B) 7.23º 0.71% 0.78% -
XYZ 26.83 17.48 5.96 -
YUV 110.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 199 75 58 0 0.62 0.71 0.22 7.23 0.56 0.5
Hex C7 4B 3A 0 3E 47 16 7 38 32
Octal 307 113 72 0 76 107 26 7 70 62
Binary 11000111 1001011 111010 0 111110 1000111 10110 111 111000 110010

Color Harmonies of #C74B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B3A

Black with #C74B3A

Text Example


Text Example

White with #C74B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B3A; }

 p { color: rgb(199,75,58); }

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

background-color css

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

 a { background-color: rgb(199,75,58); }

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

border-color css

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

 span { border-color: rgb(199,75,58); }

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