Html Css Color HEX #C2413B Grenadier

📋 copy color: '#C2413B'

red 194 ◦ green 65 ◦ blue 59

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

Shades of Grenadier #C2413B

Tints of Grenadier #C2413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 61.01%
G = 20.44%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2413B (or 0xC2413B) is known color: Grenadier. HEX triplet: C2, 41 and 3B. RGB value is (194,65,59). Sum of RGB (Red+Green+Blue) = 194+65+59=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2413B is #3DBEC4. Grayscale: #676767. Windows color (decimal): -4046533 or 3883458. OLE color: 3883458.

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

Color convert

RGB 194 65 59 -
CMYK 0 0.66 0.70 0.24
HSL 2.67º 0.53% 0.5% -
HSV(B) 2.67º 0.7% 0.76% -
XYZ 24.93 15.57 5.83 -
YUV 102.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 194 65 59 0 0.66 0.70 0.24 2.67 0.53 0.5
Hex C2 41 3B 0 42 46 18 3 35 32
Octal 302 101 73 0 102 106 30 3 65 62
Binary 11000010 1000001 111011 0 1000010 1000110 11000 11 110101 110010

Color Harmonies of #C2413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2413B

Black with #C2413B

Text Example


Text Example

White with #C2413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2413B; }

 p { color: rgb(194,65,59); }

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

background-color css

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

 a { background-color: rgb(194,65,59); }

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

border-color css

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

 span { border-color: rgb(194,65,59); }

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