Html Css Color HEX #C24535 Grenadier

📋 copy color: '#C24535'

red 194 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C24535

Tints of Grenadier #C24535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 61.39%
G = 21.84%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24535 (or 0xC24535) is known color: Grenadier. HEX triplet: C2, 45 and 35. RGB value is (194,69,53). Sum of RGB (Red+Green+Blue) = 194+69+53=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C24535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24535 is #3DBACA. Grayscale: #686868. Windows color (decimal): -4045515 or 3491266. OLE color: 3491266.

HSL color Cylindrical-coordinate representation of color #C24535: hue angle of 6.81º degrees, saturation: 0.57, 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 #C24535 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 53 -
CMYK 0 0.64 0.73 0.24
HSL 6.81º 0.57% 0.48% -
HSV(B) 6.81º 0.73% 0.76% -
XYZ 25.02 15.98 5.13 -
YUV 104.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 194 69 53 0 0.64 0.73 0.24 6.81 0.57 0.48
Hex C2 45 35 0 40 49 18 7 39 30
Octal 302 105 65 0 100 111 30 7 71 60
Binary 11000010 1000101 110101 0 1000000 1001001 11000 111 111001 110000

Color Harmonies of #C24535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24535

Black with #C24535

Text Example


Text Example

White with #C24535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24535; }

 p { color: rgb(194,69,53); }

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

background-color css

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

 a { background-color: rgb(194,69,53); }

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

border-color css

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

 span { border-color: rgb(194,69,53); }

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