Html Css Color HEX #C24635 Grenadier

📋 copy color: '#C24635'

red 194 ◦ green 70 ◦ blue 53

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

Shades of Grenadier #C24635

Tints of Grenadier #C24635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 61.2%
G = 22.08%
B = 16.72%

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

#C24635 (or 0xC24635) is known color: Grenadier. HEX triplet: C2, 46 and 35. RGB value is (194,70,53). Sum of RGB (Red+Green+Blue) = 194+70+53=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C24635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24635 is #3DB9CA. Grayscale: #696969. Windows color (decimal): -4045259 or 3491522. OLE color: 3491522.

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

Color convert

RGB 194 70 53 -
CMYK 0 0.64 0.73 0.24
HSL 7.23º 0.57% 0.48% -
HSV(B) 7.23º 0.73% 0.76% -
XYZ 25.08 16.11 5.16 -
YUV 105.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 194 70 53 0 0.64 0.73 0.24 7.23 0.57 0.48
Hex C2 46 35 0 40 49 18 7 39 30
Octal 302 106 65 0 100 111 30 7 71 60
Binary 11000010 1000110 110101 0 1000000 1001001 11000 111 111001 110000

Color Harmonies of #C24635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24635

Black with #C24635

Text Example


Text Example

White with #C24635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24635; }

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

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

background-color css

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

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

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

border-color css

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

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

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