Html Css Color HEX #E9013C Crimson

📋 copy color: '#E9013C'

red 233 ◦ green 1 ◦ blue 60

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

Shades of Crimson #E9013C

Tints of Crimson #E9013C

RGB

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

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

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

R = 79.25%
G = 0.34%
B = 20.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9013C (or 0xE9013C) is known color: Crimson. HEX triplet: E9, 01 and 3C. RGB value is (233,1,60). Sum of RGB (Red+Green+Blue) = 233+1+60=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9013C is #16FEC3. Grayscale: #4D4D4D. Windows color (decimal): -1507012 or 3932649. OLE color: 3932649.

HSL color Cylindrical-coordinate representation of color #E9013C: hue angle of 344.74º 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 #E9013C is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 60 -
CMYK 0 1.00 0.74 0.09
HSL 344.74º 0.99% 0.46% -
HSV(B) 344.74º 1% 0.91% -
XYZ 34.43 17.67 5.87 -
YUV 77.09 118.36 239.2 -
System Red Green Blue C M Y K H S L
Decimal 233 1 60 0 1.00 0.74 0.09 344.74 0.99 0.46
Hex E9 1 3C 0 64 4A 9 159 63 2E
Octal 351 1 74 0 144 112 11 531 143 56
Binary 11101001 1 111100 0 1100100 1001010 1001 101011001 1100011 101110

Color Harmonies of #E9013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9013C

Black with #E9013C

Text Example


Text Example

White with #E9013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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