Html Css Color HEX #E30E3C Crimson

📋 copy color: '#E30E3C'

red 227 ◦ green 14 ◦ blue 60

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

Shades of Crimson #E30E3C

Tints of Crimson #E30E3C

RGB

 RED value IS 227 (89.06% from 255) = 75.42%

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 75.42%
G = 4.65%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E30E3C (or 0xE30E3C) is known color: Crimson. HEX triplet: E3, 0E and 3C. RGB value is (227,14,60). Sum of RGB (Red+Green+Blue) = 227+14+60=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E3C is #1CF1C3. Grayscale: #525252. Windows color (decimal): -1896900 or 3935971. OLE color: 3935971.

HSL color Cylindrical-coordinate representation of color #E30E3C: hue angle of 347.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E3C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 14 60 -
CMYK 0 0.94 0.74 0.11
HSL 347.04º 0.88% 0.47% -
HSV(B) 347.04º 0.94% 0.89% -
XYZ 32.65 16.97 5.83 -
YUV 82.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 227 14 60 0 0.94 0.74 0.11 347.04 0.88 0.47
Hex E3 E 3C 0 5E 4A B 15B 58 2F
Octal 343 16 74 0 136 112 13 533 130 57
Binary 11100011 1110 111100 0 1011110 1001010 1011 101011011 1011000 101111

Color Harmonies of #E30E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E3C

Black with #E30E3C

Text Example


Text Example

White with #E30E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E3C; }

 p { color: rgb(227,14,60); }

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

background-color css

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

 a { background-color: rgb(227,14,60); }

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

border-color css

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

 span { border-color: rgb(227,14,60); }

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