Html Css Color HEX #C13E31 Grenadier

📋 copy color: '#C13E31'

red 193 ◦ green 62 ◦ blue 49

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

Shades of Grenadier #C13E31

Tints of Grenadier #C13E31

RGB

 RED value IS 193 (75.78% from 255) = 63.49%

 GREEN value IS 62 (24.61% from 255) = 20.39%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 63.49%
G = 20.39%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13E31 (or 0xC13E31) is known color: Grenadier. HEX triplet: C1, 3E and 31. RGB value is (193,62,49). Sum of RGB (Red+Green+Blue) = 193+62+49=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E31 is #3EC1CE. Grayscale: #636363. Windows color (decimal): -4112847 or 3227329. OLE color: 3227329.

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

Color convert

RGB 193 62 49 -
CMYK 0 0.68 0.75 0.24
HSL 5.42º 0.6% 0.47% -
HSV(B) 5.42º 0.75% 0.76% -
XYZ 24.27 15 4.52 -
YUV 99.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 193 62 49 0 0.68 0.75 0.24 5.42 0.6 0.47
Hex C1 3E 31 0 44 4B 18 5 3C 2F
Octal 301 76 61 0 104 113 30 5 74 57
Binary 11000001 111110 110001 0 1000100 1001011 11000 101 111100 101111

Color Harmonies of #C13E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E31

Black with #C13E31

Text Example


Text Example

White with #C13E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E31; }

 p { color: rgb(193,62,49); }

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

background-color css

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

 a { background-color: rgb(193,62,49); }

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

border-color css

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

 span { border-color: rgb(193,62,49); }

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