Html Css Color HEX #C24236 Grenadier

📋 copy color: '#C24236'

red 194 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #C24236

Tints of Grenadier #C24236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 61.78%
G = 21.02%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24236 (or 0xC24236) is known color: Grenadier. HEX triplet: C2, 42 and 36. RGB value is (194,66,54). Sum of RGB (Red+Green+Blue) = 194+66+54=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24236 is #3DBDC9. Grayscale: #676767. Windows color (decimal): -4046282 or 3556034. OLE color: 3556034.

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

Color convert

RGB 194 66 54 -
CMYK 0 0.66 0.72 0.24
HSL 5.14º 0.56% 0.49% -
HSV(B) 5.14º 0.72% 0.76% -
XYZ 24.86 15.63 5.2 -
YUV 102.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 194 66 54 0 0.66 0.72 0.24 5.14 0.56 0.49
Hex C2 42 36 0 42 48 18 5 38 31
Octal 302 102 66 0 102 110 30 5 70 61
Binary 11000010 1000010 110110 0 1000010 1001000 11000 101 111000 110001

Color Harmonies of #C24236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24236

Black with #C24236

Text Example


Text Example

White with #C24236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24236; }

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

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

background-color css

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

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

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

border-color css

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

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

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