Html Css Color HEX #C24533 Grenadier

📋 copy color: '#C24533'

red 194 ◦ green 69 ◦ blue 51

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

Shades of Grenadier #C24533

Tints of Grenadier #C24533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 61.78%
G = 21.97%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24533 (or 0xC24533) is known color: Grenadier. HEX triplet: C2, 45 and 33. RGB value is (194,69,51). Sum of RGB (Red+Green+Blue) = 194+69+51=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24533 is #3DBACC. Grayscale: #686868. Windows color (decimal): -4045517 or 3360194. OLE color: 3360194.

HSL color Cylindrical-coordinate representation of color #C24533: hue angle of 7.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C24533 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 51 -
CMYK 0 0.64 0.74 0.24
HSL 7.55º 0.58% 0.48% -
HSV(B) 7.55º 0.74% 0.76% -
XYZ 24.97 15.96 4.9 -
YUV 104.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 194 69 51 0 0.64 0.74 0.24 7.55 0.58 0.48
Hex C2 45 33 0 40 4A 18 8 3A 30
Octal 302 105 63 0 100 112 30 10 72 60
Binary 11000010 1000101 110011 0 1000000 1001010 11000 1000 111010 110000

Color Harmonies of #C24533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24533

Black with #C24533

Text Example


Text Example

White with #C24533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24533; }

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

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

background-color css

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

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

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

border-color css

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

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

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