Html Css Color HEX #C2443E Grenadier

📋 copy color: '#C2443E'

red 194 ◦ green 68 ◦ blue 62

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

Shades of Grenadier #C2443E

Tints of Grenadier #C2443E

RGB

 RED value IS 194 (76.17% from 255) = 59.88%

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 59.88%
G = 20.99%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2443E (or 0xC2443E) is known color: Grenadier. HEX triplet: C2, 44 and 3E. RGB value is (194,68,62). Sum of RGB (Red+Green+Blue) = 194+68+62=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2443E is #3DBBC1. Grayscale: #696969. Windows color (decimal): -4045762 or 4080834. OLE color: 4080834.

HSL color Cylindrical-coordinate representation of color #C2443E: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2443E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 62 -
CMYK 0 0.65 0.68 0.24
HSL 2.73º 0.52% 0.5% -
HSV(B) 2.73º 0.68% 0.76% -
XYZ 25.18 15.95 6.31 -
YUV 104.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 194 68 62 0 0.65 0.68 0.24 2.73 0.52 0.5
Hex C2 44 3E 0 41 44 18 3 34 32
Octal 302 104 76 0 101 104 30 3 64 62
Binary 11000010 1000100 111110 0 1000001 1000100 11000 11 110100 110010

Color Harmonies of #C2443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2443E

Black with #C2443E

Text Example


Text Example

White with #C2443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2443E; }

 p { color: rgb(194,68,62); }

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

background-color css

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

 a { background-color: rgb(194,68,62); }

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

border-color css

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

 span { border-color: rgb(194,68,62); }

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