Html Css Color HEX #E90C36 Crimson

📋 copy color: '#E90C36'

red 233 ◦ green 12 ◦ blue 54

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

Shades of Crimson #E90C36

Tints of Crimson #E90C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 77.93%
G = 4.01%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E90C36 (or 0xE90C36) is known color: Crimson. HEX triplet: E9, 0C and 36. RGB value is (233,12,54). Sum of RGB (Red+Green+Blue) = 233+12+54=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C36 is #16F3C9. Grayscale: #525252. Windows color (decimal): -1504202 or 3542249. OLE color: 3542249.

HSL color Cylindrical-coordinate representation of color #E90C36: hue angle of 348.6º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C36 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 12 54 -
CMYK 0 0.95 0.77 0.09
HSL 348.6º 0.9% 0.48% -
HSV(B) 348.6º 0.95% 0.91% -
XYZ 34.4 17.85 5.12 -
YUV 82.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 233 12 54 0 0.95 0.77 0.09 348.6 0.9 0.48
Hex E9 C 36 0 5F 4D 9 15D 5A 30
Octal 351 14 66 0 137 115 11 535 132 60
Binary 11101001 1100 110110 0 1011111 1001101 1001 101011101 1011010 110000

Color Harmonies of #E90C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90C36

Black with #E90C36

Text Example


Text Example

White with #E90C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90C36; }

 p { color: rgb(233,12,54); }

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

background-color css

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

 a { background-color: rgb(233,12,54); }

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

border-color css

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

 span { border-color: rgb(233,12,54); }

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