Html Css Color HEX #E90135 Crimson

📋 copy color: '#E90135'

red 233 ◦ green 1 ◦ blue 53

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

Shades of Crimson #E90135

Tints of Crimson #E90135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 81.18%
G = 0.35%
B = 18.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E90135 (or 0xE90135) is known color: Crimson. HEX triplet: E9, 01 and 35. RGB value is (233,1,53). Sum of RGB (Red+Green+Blue) = 233+1+53=287 (38% of max value = 765). Red value is 233 (91.41% from 255 or 81.18% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 233 - color contains mainly: red. Hex color #E90135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90135 is #16FECA. Grayscale: #4C4C4C. Windows color (decimal): -1507019 or 3473897. OLE color: 3473897.

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

Color convert

RGB 233 1 53 -
CMYK 0 1.00 0.77 0.09
HSL 346.55º 0.99% 0.46% -
HSV(B) 346.55º 1% 0.91% -
XYZ 34.26 17.6 4.96 -
YUV 76.3 114.86 239.77 -
System Red Green Blue C M Y K H S L
Decimal 233 1 53 0 1.00 0.77 0.09 346.55 0.99 0.46
Hex E9 1 35 0 64 4D 9 15B 63 2E
Octal 351 1 65 0 144 115 11 533 143 56
Binary 11101001 1 110101 0 1100100 1001101 1001 101011011 1100011 101110

Color Harmonies of #E90135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90135

Black with #E90135

Text Example


Text Example

White with #E90135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90135; }

 p { color: rgb(233,1,53); }

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

background-color css

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

 a { background-color: rgb(233,1,53); }

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

border-color css

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

 span { border-color: rgb(233,1,53); }

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