Html Css Color HEX #E3013D Crimson

📋 copy color: '#E3013D'

red 227 ◦ green 1 ◦ blue 61

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

Shades of Crimson #E3013D

Tints of Crimson #E3013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 78.55%
G = 0.35%
B = 21.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3013D (or 0xE3013D) is known color: Crimson. HEX triplet: E3, 01 and 3D. RGB value is (227,1,61). Sum of RGB (Red+Green+Blue) = 227+1+61=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E3013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3013D is #1CFEC2. Grayscale: #4B4B4B. Windows color (decimal): -1900227 or 3998179. OLE color: 3998179.

HSL color Cylindrical-coordinate representation of color #E3013D: hue angle of 344.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3013D is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 1 61 -
CMYK 0 1.00 0.73 0.11
HSL 344.07º 0.99% 0.45% -
HSV(B) 344.07º 1% 0.89% -
XYZ 32.53 16.69 5.92 -
YUV 75.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 227 1 61 0 1.00 0.73 0.11 344.07 0.99 0.45
Hex E3 1 3D 0 64 49 B 158 63 2D
Octal 343 1 75 0 144 111 13 530 143 55
Binary 11100011 1 111101 0 1100100 1001001 1011 101011000 1100011 101101

Color Harmonies of #E3013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3013D

Black with #E3013D

Text Example


Text Example

White with #E3013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3013D; }

 p { color: rgb(227,1,61); }

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

background-color css

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

 a { background-color: rgb(227,1,61); }

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

border-color css

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

 span { border-color: rgb(227,1,61); }

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