Html Css Color HEX #C2422E Grenadier

📋 copy color: '#C2422E'

red 194 ◦ green 66 ◦ blue 46

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

Shades of Grenadier #C2422E

Tints of Grenadier #C2422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 63.4%
G = 21.57%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2422E (or 0xC2422E) is known color: Grenadier. HEX triplet: C2, 42 and 2E. RGB value is (194,66,46). Sum of RGB (Red+Green+Blue) = 194+66+46=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2422E is #3DBDD1. Grayscale: #666666. Windows color (decimal): -4046290 or 3031746. OLE color: 3031746.

HSL color Cylindrical-coordinate representation of color #C2422E: hue angle of 8.11º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2422E is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 46 -
CMYK 0 0.66 0.76 0.24
HSL 8.11º 0.62% 0.47% -
HSV(B) 8.11º 0.76% 0.76% -
XYZ 24.69 15.56 4.29 -
YUV 101.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 194 66 46 0 0.66 0.76 0.24 8.11 0.62 0.47
Hex C2 42 2E 0 42 4C 18 8 3E 2F
Octal 302 102 56 0 102 114 30 10 76 57
Binary 11000010 1000010 101110 0 1000010 1001100 11000 1000 111110 101111

Color Harmonies of #C2422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2422E

Black with #C2422E

Text Example


Text Example

White with #C2422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2422E; }

 p { color: rgb(194,66,46); }

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

background-color css

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

 a { background-color: rgb(194,66,46); }

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

border-color css

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

 span { border-color: rgb(194,66,46); }

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