Html Css Color HEX #C74233 Grenadier

📋 copy color: '#C74233'

red 199 ◦ green 66 ◦ blue 51

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

Shades of Grenadier #C74233

Tints of Grenadier #C74233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 62.97%
G = 20.89%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C74233 (or 0xC74233) is known color: Grenadier. HEX triplet: C7, 42 and 33. RGB value is (199,66,51). Sum of RGB (Red+Green+Blue) = 199+66+51=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C74233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74233 is #38BDCC. Grayscale: #686868. Windows color (decimal): -3718605 or 3359431. OLE color: 3359431.

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

Color convert

RGB 199 66 51 -
CMYK 0 0.67 0.74 0.22
HSL 6.08º 0.59% 0.49% -
HSV(B) 6.08º 0.74% 0.78% -
XYZ 26.1 16.28 4.9 -
YUV 104.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 199 66 51 0 0.67 0.74 0.22 6.08 0.59 0.49
Hex C7 42 33 0 43 4A 16 6 3B 31
Octal 307 102 63 0 103 112 26 6 73 61
Binary 11000111 1000010 110011 0 1000011 1001010 10110 110 111011 110001

Color Harmonies of #C74233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74233

Black with #C74233

Text Example


Text Example

White with #C74233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74233; }

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

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

background-color css

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

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

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

border-color css

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

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

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