Html Css Color HEX #E90F3A Crimson

📋 copy color: '#E90F3A'

red 233 ◦ green 15 ◦ blue 58

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

Shades of Crimson #E90F3A

Tints of Crimson #E90F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

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

R = 76.14%
G = 4.9%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E90F3A (or 0xE90F3A) is known color: Crimson. HEX triplet: E9, 0F and 3A. RGB value is (233,15,58). Sum of RGB (Red+Green+Blue) = 233+15+58=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F3A is #16F0C5. Grayscale: #555555. Windows color (decimal): -1503430 or 3805161. OLE color: 3805161.

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

Color convert

RGB 233 15 58 -
CMYK 0 0.94 0.75 0.09
HSL 348.17º 0.88% 0.49% -
HSV(B) 348.17º 0.94% 0.91% -
XYZ 34.54 17.97 5.65 -
YUV 85.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 233 15 58 0 0.94 0.75 0.09 348.17 0.88 0.49
Hex E9 F 3A 0 5E 4B 9 15C 58 31
Octal 351 17 72 0 136 113 11 534 130 61
Binary 11101001 1111 111010 0 1011110 1001011 1001 101011100 1011000 110001

Color Harmonies of #E90F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F3A

Black with #E90F3A

Text Example


Text Example

White with #E90F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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