Html Css Color HEX #E9153C Crimson

📋 copy color: '#E9153C'

red 233 ◦ green 21 ◦ blue 60

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

Shades of Crimson #E9153C

Tints of Crimson #E9153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 74.2%
G = 6.69%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9153C (or 0xE9153C) is known color: Crimson. HEX triplet: E9, 15 and 3C. RGB value is (233,21,60). Sum of RGB (Red+Green+Blue) = 233+21+60=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E9153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9153C is #16EAC3. Grayscale: #585858. Windows color (decimal): -1501892 or 3937769. OLE color: 3937769.

HSL color Cylindrical-coordinate representation of color #E9153C: hue angle of 348.96º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9153C is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 21 60 -
CMYK 0 0.91 0.74 0.09
HSL 348.96º 0.83% 0.5% -
HSV(B) 348.96º 0.91% 0.91% -
XYZ 34.69 18.19 5.96 -
YUV 88.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 233 21 60 0 0.91 0.74 0.09 348.96 0.83 0.5
Hex E9 15 3C 0 5B 4A 9 15D 53 32
Octal 351 25 74 0 133 112 11 535 123 62
Binary 11101001 10101 111100 0 1011011 1001010 1001 101011101 1010011 110010

Color Harmonies of #E9153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9153C

Black with #E9153C

Text Example


Text Example

White with #E9153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9153C; }

 p { color: rgb(233,21,60); }

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

background-color css

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

 a { background-color: rgb(233,21,60); }

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

border-color css

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

 span { border-color: rgb(233,21,60); }

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