Html Css Color HEX #E90532 Crimson

📋 copy color: '#E90532'

red 233 ◦ green 5 ◦ blue 50

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

Shades of Crimson #E90532

Tints of Crimson #E90532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 80.9%
G = 1.74%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E90532 (or 0xE90532) is known color: Crimson. HEX triplet: E9, 05 and 32. RGB value is (233,5,50). Sum of RGB (Red+Green+Blue) = 233+5+50=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E90532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90532 is #16FACD. Grayscale: #4E4E4E. Windows color (decimal): -1505998 or 3278313. OLE color: 3278313.

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

Color convert

RGB 233 5 50 -
CMYK 0 0.98 0.79 0.09
HSL 348.16º 0.96% 0.47% -
HSV(B) 348.16º 0.98% 0.91% -
XYZ 34.23 17.66 4.62 -
YUV 78.3 112.04 238.34 -
System Red Green Blue C M Y K H S L
Decimal 233 5 50 0 0.98 0.79 0.09 348.16 0.96 0.47
Hex E9 5 32 0 62 4F 9 15C 60 2F
Octal 351 5 62 0 142 117 11 534 140 57
Binary 11101001 101 110010 0 1100010 1001111 1001 101011100 1100000 101111

Color Harmonies of #E90532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90532

Black with #E90532

Text Example


Text Example

White with #E90532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90532; }

 p { color: rgb(233,5,50); }

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

background-color css

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

 a { background-color: rgb(233,5,50); }

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

border-color css

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

 span { border-color: rgb(233,5,50); }

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