Html Css Color HEX #C2402B Grenadier

📋 copy color: '#C2402B'

red 194 ◦ green 64 ◦ blue 43

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

Shades of Grenadier #C2402B

Tints of Grenadier #C2402B

RGB

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

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

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

R = 64.45%
G = 21.26%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2402B (or 0xC2402B) is known color: Grenadier. HEX triplet: C2, 40 and 2B. RGB value is (194,64,43). Sum of RGB (Red+Green+Blue) = 194+64+43=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2402B is #3DBFD4. Grayscale: #646464. Windows color (decimal): -4046805 or 2834626. OLE color: 2834626.

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

Color convert

RGB 194 64 43 -
CMYK 0 0.67 0.78 0.24
HSL 8.34º 0.64% 0.46% -
HSV(B) 8.34º 0.78% 0.76% -
XYZ 24.52 15.31 3.95 -
YUV 100.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 194 64 43 0 0.67 0.78 0.24 8.34 0.64 0.46
Hex C2 40 2B 0 43 4E 18 8 40 2E
Octal 302 100 53 0 103 116 30 10 100 56
Binary 11000010 1000000 101011 0 1000011 1001110 11000 1000 1000000 101110

Color Harmonies of #C2402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2402B

Black with #C2402B

Text Example


Text Example

White with #C2402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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