Html Css Color HEX #E91034 Crimson

📋 copy color: '#E91034'

red 233 ◦ green 16 ◦ blue 52

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

Shades of Crimson #E91034

Tints of Crimson #E91034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 77.41%
G = 5.32%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E91034 (or 0xE91034) is known color: Crimson. HEX triplet: E9, 10 and 34. RGB value is (233,16,52). Sum of RGB (Red+Green+Blue) = 233+16+52=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E91034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91034 is #16EFCB. Grayscale: #555555. Windows color (decimal): -1503180 or 3412201. OLE color: 3412201.

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

Color convert

RGB 233 16 52 -
CMYK 0 0.93 0.78 0.09
HSL 350.05º 0.87% 0.49% -
HSV(B) 350.05º 0.93% 0.91% -
XYZ 34.41 17.94 4.9 -
YUV 84.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 233 16 52 0 0.93 0.78 0.09 350.05 0.87 0.49
Hex E9 10 34 0 5D 4E 9 15E 57 31
Octal 351 20 64 0 135 116 11 536 127 61
Binary 11101001 10000 110100 0 1011101 1001110 1001 101011110 1010111 110001

Color Harmonies of #E91034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91034

Black with #E91034

Text Example


Text Example

White with #E91034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91034; }

 p { color: rgb(233,16,52); }

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

background-color css

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

 a { background-color: rgb(233,16,52); }

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

border-color css

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

 span { border-color: rgb(233,16,52); }

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