Html Css Color HEX #C24B32 Grenadier

📋 copy color: '#C24B32'

red 194 ◦ green 75 ◦ blue 50

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

Shades of Grenadier #C24B32

Tints of Grenadier #C24B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 60.82%
G = 23.51%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C24B32 (or 0xC24B32) is known color: Grenadier. HEX triplet: C2, 4B and 32. RGB value is (194,75,50). Sum of RGB (Red+Green+Blue) = 194+75+50=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B32 is #3DB4CD. Grayscale: #6B6B6B. Windows color (decimal): -4043982 or 3296194. OLE color: 3296194.

HSL color Cylindrical-coordinate representation of color #C24B32: hue angle of 10.42º degrees, saturation: 0.59, 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 #C24B32 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 75 50 -
CMYK 0 0.61 0.74 0.24
HSL 10.42º 0.59% 0.48% -
HSV(B) 10.42º 0.74% 0.76% -
XYZ 25.34 16.73 4.91 -
YUV 107.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 194 75 50 0 0.61 0.74 0.24 10.42 0.59 0.48
Hex C2 4B 32 0 3D 4A 18 A 3B 30
Octal 302 113 62 0 75 112 30 12 73 60
Binary 11000010 1001011 110010 0 111101 1001010 11000 1010 111011 110000

Color Harmonies of #C24B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B32

Black with #C24B32

Text Example


Text Example

White with #C24B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B32; }

 p { color: rgb(194,75,50); }

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

background-color css

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

 a { background-color: rgb(194,75,50); }

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

border-color css

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

 span { border-color: rgb(194,75,50); }

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