Html Css Color HEX #E0093C Crimson

📋 copy color: '#E0093C'

red 224 ◦ green 9 ◦ blue 60

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

Shades of Crimson #E0093C

Tints of Crimson #E0093C

RGB

 RED value IS 224 (87.89% from 255) = 76.45%

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 76.45%
G = 3.07%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0093C (or 0xE0093C) is known color: Crimson. HEX triplet: E0, 09 and 3C. RGB value is (224,9,60). Sum of RGB (Red+Green+Blue) = 224+9+60=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E0093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0093C is #1FF6C3. Grayscale: #4F4F4F. Windows color (decimal): -2094788 or 3934688. OLE color: 3934688.

HSL color Cylindrical-coordinate representation of color #E0093C: hue angle of 345.77º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0093C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 60 -
CMYK 0 0.96 0.73 0.12
HSL 345.77º 0.92% 0.46% -
HSV(B) 345.77º 0.96% 0.88% -
XYZ 31.65 16.37 5.77 -
YUV 79.1 117.23 231.35 -
System Red Green Blue C M Y K H S L
Decimal 224 9 60 0 0.96 0.73 0.12 345.77 0.92 0.46
Hex E0 9 3C 0 60 49 C 15A 5C 2E
Octal 340 11 74 0 140 111 14 532 134 56
Binary 11100000 1001 111100 0 1100000 1001001 1100 101011010 1011100 101110

Color Harmonies of #E0093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0093C

Black with #E0093C

Text Example


Text Example

White with #E0093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0093C; }

 p { color: rgb(224,9,60); }

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

background-color css

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

 a { background-color: rgb(224,9,60); }

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

border-color css

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

 span { border-color: rgb(224,9,60); }

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