Html Css Color HEX #C24239 Grenadier

📋 copy color: '#C24239'

red 194 ◦ green 66 ◦ blue 57

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

Shades of Grenadier #C24239

Tints of Grenadier #C24239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 61.2%
G = 20.82%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C24239 (or 0xC24239) is known color: Grenadier. HEX triplet: C2, 42 and 39. RGB value is (194,66,57). Sum of RGB (Red+Green+Blue) = 194+66+57=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24239 is #3DBDC6. Grayscale: #676767. Windows color (decimal): -4046279 or 3752642. OLE color: 3752642.

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

Color convert

RGB 194 66 57 -
CMYK 0 0.66 0.71 0.24
HSL 3.94º 0.55% 0.49% -
HSV(B) 3.94º 0.71% 0.76% -
XYZ 24.93 15.66 5.58 -
YUV 103.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 194 66 57 0 0.66 0.71 0.24 3.94 0.55 0.49
Hex C2 42 39 0 42 47 18 4 37 31
Octal 302 102 71 0 102 107 30 4 67 61
Binary 11000010 1000010 111001 0 1000010 1000111 11000 100 110111 110001

Color Harmonies of #C24239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24239

Black with #C24239

Text Example


Text Example

White with #C24239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24239; }

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

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

background-color css

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

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

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

border-color css

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

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

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