Html Css Color HEX #C2402C Grenadier

📋 copy color: '#C2402C'

red 194 ◦ green 64 ◦ blue 44

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

Shades of Grenadier #C2402C

Tints of Grenadier #C2402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 64.24%
G = 21.19%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2402C (or 0xC2402C) is known color: Grenadier. HEX triplet: C2, 40 and 2C. RGB value is (194,64,44). Sum of RGB (Red+Green+Blue) = 194+64+44=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2402C is #3DBFD3. Grayscale: #646464. Windows color (decimal): -4046804 or 2900162. OLE color: 2900162.

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

Color convert

RGB 194 64 44 -
CMYK 0 0.67 0.77 0.24
HSL 0.63% 0.47% -
HSV(B) 0.77% 0.76% -
XYZ 24.54 15.32 4.05 -
YUV 100.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 194 64 44 0 0.67 0.77 0.24 8 0.63 0.47
Hex C2 40 2C 0 43 4D 18 8 3F 2F
Octal 302 100 54 0 103 115 30 10 77 57
Binary 11000010 1000000 101100 0 1000011 1001101 11000 1000 111111 101111

Color Harmonies of #C2402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2402C

Black with #C2402C

Text Example


Text Example

White with #C2402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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