Html Css Color HEX #C24036 Grenadier

📋 copy color: '#C24036'

red 194 ◦ green 64 ◦ blue 54

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

Shades of Grenadier #C24036

Tints of Grenadier #C24036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 62.18%
G = 20.51%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24036 (or 0xC24036) is known color: Grenadier. HEX triplet: C2, 40 and 36. RGB value is (194,64,54). Sum of RGB (Red+Green+Blue) = 194+64+54=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C24036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24036 is #3DBFC9. Grayscale: #656565. Windows color (decimal): -4046794 or 3555522. OLE color: 3555522.

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

Color convert

RGB 194 64 54 -
CMYK 0 0.67 0.72 0.24
HSL 4.29º 0.56% 0.49% -
HSV(B) 4.29º 0.72% 0.76% -
XYZ 24.75 15.4 5.16 -
YUV 101.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 194 64 54 0 0.67 0.72 0.24 4.29 0.56 0.49
Hex C2 40 36 0 43 48 18 4 38 31
Octal 302 100 66 0 103 110 30 4 70 61
Binary 11000010 1000000 110110 0 1000011 1001000 11000 100 111000 110001

Color Harmonies of #C24036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24036

Black with #C24036

Text Example


Text Example

White with #C24036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24036; }

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

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

background-color css

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

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

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

border-color css

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

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

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