Html Css Color HEX #C24137 Grenadier

📋 copy color: '#C24137'

red 194 ◦ green 65 ◦ blue 55

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

Shades of Grenadier #C24137

Tints of Grenadier #C24137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 61.78%
G = 20.7%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C24137 (or 0xC24137) is known color: Grenadier. HEX triplet: C2, 41 and 37. RGB value is (194,65,55). Sum of RGB (Red+Green+Blue) = 194+65+55=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C24137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24137 is #3DBEC8. Grayscale: #666666. Windows color (decimal): -4046537 or 3621314. OLE color: 3621314.

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

Color convert

RGB 194 65 55 -
CMYK 0 0.66 0.72 0.24
HSL 4.32º 0.56% 0.49% -
HSV(B) 4.32º 0.72% 0.76% -
XYZ 24.83 15.53 5.3 -
YUV 102.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 194 65 55 0 0.66 0.72 0.24 4.32 0.56 0.49
Hex C2 41 37 0 42 48 18 4 38 31
Octal 302 101 67 0 102 110 30 4 70 61
Binary 11000010 1000001 110111 0 1000010 1001000 11000 100 111000 110001

Color Harmonies of #C24137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24137

Black with #C24137

Text Example


Text Example

White with #C24137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24137; }

 p { color: rgb(194,65,55); }

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

background-color css

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

 a { background-color: rgb(194,65,55); }

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

border-color css

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

 span { border-color: rgb(194,65,55); }

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