Html Css Color HEX #E9023F Crimson

📋 copy color: '#E9023F'

red 233 ◦ green 2 ◦ blue 63

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

Shades of Crimson #E9023F

Tints of Crimson #E9023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 78.19%
G = 0.67%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E9023F (or 0xE9023F) is known color: Crimson. HEX triplet: E9, 02 and 3F. RGB value is (233,2,63). Sum of RGB (Red+Green+Blue) = 233+2+63=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E9023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9023F is #16FDC0. Grayscale: #4E4E4E. Windows color (decimal): -1506753 or 4129513. OLE color: 4129513.

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

Color convert

RGB 233 2 63 -
CMYK 0 0.99 0.73 0.09
HSL 344.16º 0.98% 0.46% -
HSV(B) 344.16º 0.99% 0.91% -
XYZ 34.52 17.73 6.3 -
YUV 78.02 119.53 238.54 -
System Red Green Blue C M Y K H S L
Decimal 233 2 63 0 0.99 0.73 0.09 344.16 0.98 0.46
Hex E9 2 3F 0 63 49 9 158 62 2E
Octal 351 2 77 0 143 111 11 530 142 56
Binary 11101001 10 111111 0 1100011 1001001 1001 101011000 1100010 101110

Color Harmonies of #E9023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9023F

Black with #E9023F

Text Example


Text Example

White with #E9023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9023F; }

 p { color: rgb(233,2,63); }

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

background-color css

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

 a { background-color: rgb(233,2,63); }

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

border-color css

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

 span { border-color: rgb(233,2,63); }

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