Html Css Color HEX #C24234 Grenadier

📋 copy color: '#C24234'

red 194 ◦ green 66 ◦ blue 52

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

Shades of Grenadier #C24234

Tints of Grenadier #C24234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 62.18%
G = 21.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24234 (or 0xC24234) is known color: Grenadier. HEX triplet: C2, 42 and 34. RGB value is (194,66,52). Sum of RGB (Red+Green+Blue) = 194+66+52=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24234 is #3DBDCB. Grayscale: #666666. Windows color (decimal): -4046284 or 3424962. OLE color: 3424962.

HSL color Cylindrical-coordinate representation of color #C24234: hue angle of 5.92º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C24234 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 52 -
CMYK 0 0.66 0.73 0.24
HSL 5.92º 0.58% 0.48% -
HSV(B) 5.92º 0.73% 0.76% -
XYZ 24.82 15.61 4.95 -
YUV 102.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 194 66 52 0 0.66 0.73 0.24 5.92 0.58 0.48
Hex C2 42 34 0 42 49 18 6 3A 30
Octal 302 102 64 0 102 111 30 6 72 60
Binary 11000010 1000010 110100 0 1000010 1001001 11000 110 111010 110000

Color Harmonies of #C24234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24234

Black with #C24234

Text Example


Text Example

White with #C24234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24234; }

 p { color: rgb(194,66,52); }

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

background-color css

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

 a { background-color: rgb(194,66,52); }

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

border-color css

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

 span { border-color: rgb(194,66,52); }

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