Html Css Color HEX #E0093D Crimson

📋 copy color: '#E0093D'

red 224 ◦ green 9 ◦ blue 61

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

Shades of Crimson #E0093D

Tints of Crimson #E0093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 76.19%
G = 3.06%
B = 20.75%

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

#E0093D (or 0xE0093D) is known color: Crimson. HEX triplet: E0, 09 and 3D. RGB value is (224,9,61). Sum of RGB (Red+Green+Blue) = 224+9+61=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E0093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0093D is #1FF6C2. Grayscale: #4F4F4F. Windows color (decimal): -2094787 or 4000224. OLE color: 4000224.

HSL color Cylindrical-coordinate representation of color #E0093D: hue angle of 345.49º 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 #E0093D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 61 -
CMYK 0 0.96 0.73 0.12
HSL 345.49º 0.92% 0.46% -
HSV(B) 345.49º 0.96% 0.88% -
XYZ 31.68 16.38 5.91 -
YUV 79.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 224 9 61 0 0.96 0.73 0.12 345.49 0.92 0.46
Hex E0 9 3D 0 60 49 C 159 5C 2E
Octal 340 11 75 0 140 111 14 531 134 56
Binary 11100000 1001 111101 0 1100000 1001001 1100 101011001 1011100 101110

Color Harmonies of #E0093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0093D

Black with #E0093D

Text Example


Text Example

White with #E0093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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