Html Css Color HEX #E3012C Crimson

📋 copy color: '#E3012C'

red 227 ◦ green 1 ◦ blue 44

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

Shades of Crimson #E3012C

Tints of Crimson #E3012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 83.46%
G = 0.37%
B = 16.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3012C (or 0xE3012C) is known color: Crimson. HEX triplet: E3, 01 and 2C. RGB value is (227,1,44). Sum of RGB (Red+Green+Blue) = 227+1+44=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E3012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3012C is #1CFED3. Grayscale: #494949. Windows color (decimal): -1900244 or 2884067. OLE color: 2884067.

HSL color Cylindrical-coordinate representation of color #E3012C: hue angle of 348.58º 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 #E3012C is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 1 44 -
CMYK 0 1.00 0.81 0.11
HSL 348.58º 0.99% 0.45% -
HSV(B) 348.58º 1% 0.89% -
XYZ 32.14 16.53 3.88 -
YUV 73.48 111.37 237.5 -
System Red Green Blue C M Y K H S L
Decimal 227 1 44 0 1.00 0.81 0.11 348.58 0.99 0.45
Hex E3 1 2C 0 64 51 B 15D 63 2D
Octal 343 1 54 0 144 121 13 535 143 55
Binary 11100011 1 101100 0 1100100 1010001 1011 101011101 1100011 101101

Color Harmonies of #E3012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3012C

Black with #E3012C

Text Example


Text Example

White with #E3012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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