Html Css Color HEX #C24330 Grenadier

📋 copy color: '#C24330'

red 194 ◦ green 67 ◦ blue 48

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

Shades of Grenadier #C24330

Tints of Grenadier #C24330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 62.78%
G = 21.68%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C24330 (or 0xC24330) is known color: Grenadier. HEX triplet: C2, 43 and 30. RGB value is (194,67,48). Sum of RGB (Red+Green+Blue) = 194+67+48=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C24330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24330 is #3DBCCF. Grayscale: #676767. Windows color (decimal): -4046032 or 3163074. OLE color: 3163074.

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

Color convert

RGB 194 67 48 -
CMYK 0 0.65 0.75 0.24
HSL 7.81º 0.6% 0.47% -
HSV(B) 7.81º 0.75% 0.76% -
XYZ 24.79 15.7 4.52 -
YUV 102.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 194 67 48 0 0.65 0.75 0.24 7.81 0.6 0.47
Hex C2 43 30 0 41 4B 18 8 3C 2F
Octal 302 103 60 0 101 113 30 10 74 57
Binary 11000010 1000011 110000 0 1000001 1001011 11000 1000 111100 101111

Color Harmonies of #C24330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24330

Black with #C24330

Text Example


Text Example

White with #C24330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24330; }

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

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

background-color css

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

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

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

border-color css

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

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

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