Html Css Color HEX #E9043A Crimson

📋 copy color: '#E9043A'

red 233 ◦ green 4 ◦ blue 58

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

Shades of Crimson #E9043A

Tints of Crimson #E9043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 78.98%
G = 1.36%
B = 19.66%

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

#E9043A (or 0xE9043A) is known color: Crimson. HEX triplet: E9, 04 and 3A. RGB value is (233,4,58). Sum of RGB (Red+Green+Blue) = 233+4+58=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9043A is #16FBC5. Grayscale: #4E4E4E. Windows color (decimal): -1506246 or 3802345. OLE color: 3802345.

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

Color convert

RGB 233 4 58 -
CMYK 0 0.98 0.75 0.09
HSL 345.85º 0.97% 0.46% -
HSV(B) 345.85º 0.98% 0.91% -
XYZ 34.41 17.72 5.61 -
YUV 78.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 233 4 58 0 0.98 0.75 0.09 345.85 0.97 0.46
Hex E9 4 3A 0 62 4B 9 15A 61 2E
Octal 351 4 72 0 142 113 11 532 141 56
Binary 11101001 100 111010 0 1100010 1001011 1001 101011010 1100001 101110

Color Harmonies of #E9043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9043A

Black with #E9043A

Text Example


Text Example

White with #E9043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9043A; }

 p { color: rgb(233,4,58); }

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

background-color css

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

 a { background-color: rgb(233,4,58); }

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

border-color css

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

 span { border-color: rgb(233,4,58); }

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