Html Css Color HEX #C2422B Grenadier

📋 copy color: '#C2422B'

red 194 ◦ green 66 ◦ blue 43

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

Shades of Grenadier #C2422B

Tints of Grenadier #C2422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 64.03%
G = 21.78%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2422B (or 0xC2422B) is known color: Grenadier. HEX triplet: C2, 42 and 2B. RGB value is (194,66,43). Sum of RGB (Red+Green+Blue) = 194+66+43=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2422B is #3DBDD4. Grayscale: #656565. Windows color (decimal): -4046293 or 2835138. OLE color: 2835138.

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

Color convert

RGB 194 66 43 -
CMYK 0 0.66 0.78 0.24
HSL 9.14º 0.64% 0.46% -
HSV(B) 9.14º 0.78% 0.76% -
XYZ 24.63 15.54 3.99 -
YUV 101.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 194 66 43 0 0.66 0.78 0.24 9.14 0.64 0.46
Hex C2 42 2B 0 42 4E 18 9 40 2E
Octal 302 102 53 0 102 116 30 11 100 56
Binary 11000010 1000010 101011 0 1000010 1001110 11000 1001 1000000 101110

Color Harmonies of #C2422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2422B

Black with #C2422B

Text Example


Text Example

White with #C2422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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