Html Css Color HEX #E9013E Crimson

📋 copy color: '#E9013E'

red 233 ◦ green 1 ◦ blue 62

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

Shades of Crimson #E9013E

Tints of Crimson #E9013E

RGB

 RED value IS 233 (91.41% from 255) = 78.72%

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 78.72%
G = 0.34%
B = 20.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E9013E (or 0xE9013E) is known color: Crimson. HEX triplet: E9, 01 and 3E. RGB value is (233,1,62). Sum of RGB (Red+Green+Blue) = 233+1+62=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E9013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9013E is #16FEC1. Grayscale: #4D4D4D. Windows color (decimal): -1507010 or 4063721. OLE color: 4063721.

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

Color convert

RGB 233 1 62 -
CMYK 0 1.00 0.73 0.09
HSL 344.22º 0.99% 0.46% -
HSV(B) 344.22º 1% 0.91% -
XYZ 34.48 17.69 6.16 -
YUV 77.32 119.36 239.04 -
System Red Green Blue C M Y K H S L
Decimal 233 1 62 0 1.00 0.73 0.09 344.22 0.99 0.46
Hex E9 1 3E 0 64 49 9 158 63 2E
Octal 351 1 76 0 144 111 11 530 143 56
Binary 11101001 1 111110 0 1100100 1001001 1001 101011000 1100011 101110

Color Harmonies of #E9013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9013E

Black with #E9013E

Text Example


Text Example

White with #E9013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9013E; }

 p { color: rgb(233,1,62); }

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

background-color css

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

 a { background-color: rgb(233,1,62); }

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

border-color css

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

 span { border-color: rgb(233,1,62); }

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