Html Css Color HEX #C24A3A Grenadier

📋 copy color: '#C24A3A'

red 194 ◦ green 74 ◦ blue 58

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

Shades of Grenadier #C24A3A

Tints of Grenadier #C24A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 59.51%
G = 22.7%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C24A3A (or 0xC24A3A) is known color: Grenadier. HEX triplet: C2, 4A and 3A. RGB value is (194,74,58). Sum of RGB (Red+Green+Blue) = 194+74+58=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A3A is #3DB5C5. Grayscale: #6C6C6C. Windows color (decimal): -4044230 or 3820226. OLE color: 3820226.

HSL color Cylindrical-coordinate representation of color #C24A3A: hue angle of 7.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24A3A is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 58 -
CMYK 0 0.62 0.70 0.24
HSL 7.06º 0.54% 0.49% -
HSV(B) 7.06º 0.7% 0.76% -
XYZ 25.46 16.67 5.88 -
YUV 108.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 194 74 58 0 0.62 0.70 0.24 7.06 0.54 0.49
Hex C2 4A 3A 0 3E 46 18 7 36 31
Octal 302 112 72 0 76 106 30 7 66 61
Binary 11000010 1001010 111010 0 111110 1000110 11000 111 110110 110001

Color Harmonies of #C24A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A3A

Black with #C24A3A

Text Example


Text Example

White with #C24A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A3A; }

 p { color: rgb(194,74,58); }

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

background-color css

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

 a { background-color: rgb(194,74,58); }

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

border-color css

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

 span { border-color: rgb(194,74,58); }

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