Html Css Color HEX #C13E30 Grenadier

📋 copy color: '#C13E30'

red 193 ◦ green 62 ◦ blue 48

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

Shades of Grenadier #C13E30

Tints of Grenadier #C13E30

RGB

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

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

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

R = 63.7%
G = 20.46%
B = 15.84%

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

#C13E30 (or 0xC13E30) is known color: Grenadier. HEX triplet: C1, 3E and 30. RGB value is (193,62,48). Sum of RGB (Red+Green+Blue) = 193+62+48=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E30 is #3EC1CF. Grayscale: #636363. Windows color (decimal): -4112848 or 3161793. OLE color: 3161793.

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

Color convert

RGB 193 62 48 -
CMYK 0 0.68 0.75 0.24
HSL 5.79º 0.6% 0.47% -
HSV(B) 5.79º 0.75% 0.76% -
XYZ 24.25 15 4.41 -
YUV 99.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 193 62 48 0 0.68 0.75 0.24 5.79 0.6 0.47
Hex C1 3E 30 0 44 4B 18 6 3C 2F
Octal 301 76 60 0 104 113 30 6 74 57
Binary 11000001 111110 110000 0 1000100 1001011 11000 110 111100 101111

Color Harmonies of #C13E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E30

Black with #C13E30

Text Example


Text Example

White with #C13E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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