Html Css Color HEX #C24029 Grenadier

📋 copy color: '#C24029'

red 194 ◦ green 64 ◦ blue 41

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

Shades of Grenadier #C24029

Tints of Grenadier #C24029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 64.88%
G = 21.4%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C24029 (or 0xC24029) is known color: Grenadier. HEX triplet: C2, 40 and 29. RGB value is (194,64,41). Sum of RGB (Red+Green+Blue) = 194+64+41=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C24029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24029 is #3DBFD6. Grayscale: #646464. Windows color (decimal): -4046807 or 2703554. OLE color: 2703554.

HSL color Cylindrical-coordinate representation of color #C24029: hue angle of 9.02º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C24029 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 41 -
CMYK 0 0.67 0.79 0.24
HSL 9.02º 0.65% 0.46% -
HSV(B) 9.02º 0.79% 0.76% -
XYZ 24.48 15.3 3.76 -
YUV 100.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 194 64 41 0 0.67 0.79 0.24 9.02 0.65 0.46
Hex C2 40 29 0 43 4F 18 9 41 2E
Octal 302 100 51 0 103 117 30 11 101 56
Binary 11000010 1000000 101001 0 1000011 1001111 11000 1001 1000001 101110

Color Harmonies of #C24029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24029

Black with #C24029

Text Example


Text Example

White with #C24029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24029; }

 p { color: rgb(194,64,41); }

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

background-color css

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

 a { background-color: rgb(194,64,41); }

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

border-color css

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

 span { border-color: rgb(194,64,41); }

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