Html Css Color HEX #C2402A Grenadier

📋 copy color: '#C2402A'

red 194 ◦ green 64 ◦ blue 42

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

Shades of Grenadier #C2402A

Tints of Grenadier #C2402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 64.67%
G = 21.33%
B = 14%

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

#C2402A (or 0xC2402A) is known color: Grenadier. HEX triplet: C2, 40 and 2A. RGB value is (194,64,42). Sum of RGB (Red+Green+Blue) = 194+64+42=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2402A is #3DBFD5. Grayscale: #646464. Windows color (decimal): -4046806 or 2769090. OLE color: 2769090.

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

Color convert

RGB 194 64 42 -
CMYK 0 0.67 0.78 0.24
HSL 8.68º 0.64% 0.46% -
HSV(B) 8.68º 0.78% 0.76% -
XYZ 24.5 15.3 3.85 -
YUV 100.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 194 64 42 0 0.67 0.78 0.24 8.68 0.64 0.46
Hex C2 40 2A 0 43 4E 18 9 40 2E
Octal 302 100 52 0 103 116 30 11 100 56
Binary 11000010 1000000 101010 0 1000011 1001110 11000 1001 1000000 101110

Color Harmonies of #C2402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2402A

Black with #C2402A

Text Example


Text Example

White with #C2402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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