Html Css Color HEX #E9013B Crimson

📋 copy color: '#E9013B'

red 233 ◦ green 1 ◦ blue 59

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

Shades of Crimson #E9013B

Tints of Crimson #E9013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 79.52%
G = 0.34%
B = 20.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9013B (or 0xE9013B) is known color: Crimson. HEX triplet: E9, 01 and 3B. RGB value is (233,1,59). Sum of RGB (Red+Green+Blue) = 233+1+59=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9013B is #16FEC4. Grayscale: #4C4C4C. Windows color (decimal): -1507013 or 3867113. OLE color: 3867113.

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

Color convert

RGB 233 1 59 -
CMYK 0 1.00 0.75 0.09
HSL 345º 0.99% 0.46% -
HSV(B) 345º 1% 0.91% -
XYZ 34.4 17.66 5.73 -
YUV 76.98 117.86 239.28 -
System Red Green Blue C M Y K H S L
Decimal 233 1 59 0 1.00 0.75 0.09 345 0.99 0.46
Hex E9 1 3B 0 64 4B 9 159 63 2E
Octal 351 1 73 0 144 113 11 531 143 56
Binary 11101001 1 111011 0 1100100 1001011 1001 101011001 1100011 101110

Color Harmonies of #E9013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9013B

Black with #E9013B

Text Example


Text Example

White with #E9013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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