Html Css Color HEX #E9053B Crimson

📋 copy color: '#E9053B'

red 233 ◦ green 5 ◦ blue 59

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

Shades of Crimson #E9053B

Tints of Crimson #E9053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

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

R = 78.45%
G = 1.68%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9053B (or 0xE9053B) is known color: Crimson. HEX triplet: E9, 05 and 3B. RGB value is (233,5,59). Sum of RGB (Red+Green+Blue) = 233+5+59=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9053B is #16FAC4. Grayscale: #4F4F4F. Windows color (decimal): -1505989 or 3868137. OLE color: 3868137.

HSL color Cylindrical-coordinate representation of color #E9053B: hue angle of 345.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9053B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 5 59 -
CMYK 0 0.98 0.75 0.09
HSL 345.79º 0.96% 0.47% -
HSV(B) 345.79º 0.98% 0.91% -
XYZ 34.45 17.75 5.75 -
YUV 79.33 116.54 237.61 -
System Red Green Blue C M Y K H S L
Decimal 233 5 59 0 0.98 0.75 0.09 345.79 0.96 0.47
Hex E9 5 3B 0 62 4B 9 15A 60 2F
Octal 351 5 73 0 142 113 11 532 140 57
Binary 11101001 101 111011 0 1100010 1001011 1001 101011010 1100000 101111

Color Harmonies of #E9053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9053B

Black with #E9053B

Text Example


Text Example

White with #E9053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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