Html Css Color HEX #C24230 Grenadier

📋 copy color: '#C24230'

red 194 ◦ green 66 ◦ blue 48

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

Shades of Grenadier #C24230

Tints of Grenadier #C24230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 62.99%
G = 21.43%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24230 (or 0xC24230) is known color: Grenadier. HEX triplet: C2, 42 and 30. RGB value is (194,66,48). Sum of RGB (Red+Green+Blue) = 194+66+48=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C24230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24230 is #3DBDCF. Grayscale: #666666. Windows color (decimal): -4046288 or 3162818. OLE color: 3162818.

HSL color Cylindrical-coordinate representation of color #C24230: hue angle of 7.4º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C24230 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 48 -
CMYK 0 0.66 0.75 0.24
HSL 7.4º 0.6% 0.47% -
HSV(B) 7.4º 0.75% 0.76% -
XYZ 24.73 15.58 4.5 -
YUV 102.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 194 66 48 0 0.66 0.75 0.24 7.4 0.6 0.47
Hex C2 42 30 0 42 4B 18 7 3C 2F
Octal 302 102 60 0 102 113 30 7 74 57
Binary 11000010 1000010 110000 0 1000010 1001011 11000 111 111100 101111

Color Harmonies of #C24230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24230

Black with #C24230

Text Example


Text Example

White with #C24230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24230; }

 p { color: rgb(194,66,48); }

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

background-color css

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

 a { background-color: rgb(194,66,48); }

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

border-color css

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

 span { border-color: rgb(194,66,48); }

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