Html Css Color HEX #C2402F Grenadier

📋 copy color: '#C2402F'

red 194 ◦ green 64 ◦ blue 47

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

Shades of Grenadier #C2402F

Tints of Grenadier #C2402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 63.61%
G = 20.98%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2402F (or 0xC2402F) is known color: Grenadier. HEX triplet: C2, 40 and 2F. RGB value is (194,64,47). Sum of RGB (Red+Green+Blue) = 194+64+47=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2402F is #3DBFD0. Grayscale: #656565. Windows color (decimal): -4046801 or 3096770. OLE color: 3096770.

HSL color Cylindrical-coordinate representation of color #C2402F: hue angle of 6.94º degrees, saturation: 0.61, 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 #C2402F is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 47 -
CMYK 0 0.67 0.76 0.24
HSL 6.94º 0.61% 0.47% -
HSV(B) 6.94º 0.76% 0.76% -
XYZ 24.59 15.34 4.35 -
YUV 100.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 194 64 47 0 0.67 0.76 0.24 6.94 0.61 0.47
Hex C2 40 2F 0 43 4C 18 7 3D 2F
Octal 302 100 57 0 103 114 30 7 75 57
Binary 11000010 1000000 101111 0 1000011 1001100 11000 111 111101 101111

Color Harmonies of #C2402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2402F

Black with #C2402F

Text Example


Text Example

White with #C2402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2402F; }

 p { color: rgb(194,64,47); }

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

background-color css

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

 a { background-color: rgb(194,64,47); }

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

border-color css

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

 span { border-color: rgb(194,64,47); }

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