Html Css Color HEX #E90F2E Crimson

📋 copy color: '#E90F2E'

red 233 ◦ green 15 ◦ blue 46

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

Shades of Crimson #E90F2E

Tints of Crimson #E90F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 79.25%
G = 5.1%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E90F2E (or 0xE90F2E) is known color: Crimson. HEX triplet: E9, 0F and 2E. RGB value is (233,15,46). Sum of RGB (Red+Green+Blue) = 233+15+46=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F2E is #16F0D1. Grayscale: #535353. Windows color (decimal): -1503442 or 3018729. OLE color: 3018729.

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

Color convert

RGB 233 15 46 -
CMYK 0 0.94 0.80 0.09
HSL 351.47º 0.88% 0.49% -
HSV(B) 351.47º 0.94% 0.91% -
XYZ 34.27 17.86 4.23 -
YUV 83.72 106.72 234.48 -
System Red Green Blue C M Y K H S L
Decimal 233 15 46 0 0.94 0.80 0.09 351.47 0.88 0.49
Hex E9 F 2E 0 5E 50 9 15F 58 31
Octal 351 17 56 0 136 120 11 537 130 61
Binary 11101001 1111 101110 0 1011110 1010000 1001 101011111 1011000 110001

Color Harmonies of #E90F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90F2E

Black with #E90F2E

Text Example


Text Example

White with #E90F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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