Html Css Color HEX #C74434 Grenadier

📋 copy color: '#C74434'

red 199 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #C74434

Tints of Grenadier #C74434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 62.38%
G = 21.32%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74434 (or 0xC74434) is known color: Grenadier. HEX triplet: C7, 44 and 34. RGB value is (199,68,52). Sum of RGB (Red+Green+Blue) = 199+68+52=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C74434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74434 is #38BBCB. Grayscale: #696969. Windows color (decimal): -3718092 or 3425479. OLE color: 3425479.

HSL color Cylindrical-coordinate representation of color #C74434: hue angle of 6.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C74434 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 52 -
CMYK 0 0.66 0.74 0.22
HSL 6.53º 0.59% 0.49% -
HSV(B) 6.53º 0.74% 0.78% -
XYZ 26.24 16.52 5.06 -
YUV 105.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 199 68 52 0 0.66 0.74 0.22 6.53 0.59 0.49
Hex C7 44 34 0 42 4A 16 7 3B 31
Octal 307 104 64 0 102 112 26 7 73 61
Binary 11000111 1000100 110100 0 1000010 1001010 10110 111 111011 110001

Color Harmonies of #C74434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74434

Black with #C74434

Text Example


Text Example

White with #C74434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74434; }

 p { color: rgb(199,68,52); }

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

background-color css

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

 a { background-color: rgb(199,68,52); }

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

border-color css

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

 span { border-color: rgb(199,68,52); }

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