Html Css Color HEX #C24435 Grenadier

📋 copy color: '#C24435'

red 194 ◦ green 68 ◦ blue 53

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

Shades of Grenadier #C24435

Tints of Grenadier #C24435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 61.59%
G = 21.59%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C24435 (or 0xC24435) is known color: Grenadier. HEX triplet: C2, 44 and 35. RGB value is (194,68,53). Sum of RGB (Red+Green+Blue) = 194+68+53=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C24435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24435 is #3DBBCA. Grayscale: #686868. Windows color (decimal): -4045771 or 3491010. OLE color: 3491010.

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

Color convert

RGB 194 68 53 -
CMYK 0 0.65 0.73 0.24
HSL 6.38º 0.57% 0.48% -
HSV(B) 6.38º 0.73% 0.76% -
XYZ 24.96 15.86 5.11 -
YUV 103.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 194 68 53 0 0.65 0.73 0.24 6.38 0.57 0.48
Hex C2 44 35 0 41 49 18 6 39 30
Octal 302 104 65 0 101 111 30 6 71 60
Binary 11000010 1000100 110101 0 1000001 1001001 11000 110 111001 110000

Color Harmonies of #C24435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24435

Black with #C24435

Text Example


Text Example

White with #C24435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24435; }

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

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

background-color css

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

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

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

border-color css

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

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

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