Html Css Color HEX #E5093D Crimson

📋 copy color: '#E5093D'

red 229 ◦ green 9 ◦ blue 61

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

Shades of Crimson #E5093D

Tints of Crimson #E5093D

RGB

 RED value IS 229 (89.84% from 255) = 76.59%

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

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

R = 76.59%
G = 3.01%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5093D (or 0xE5093D) is known color: Crimson. HEX triplet: E5, 09 and 3D. RGB value is (229,9,61). Sum of RGB (Red+Green+Blue) = 229+9+61=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E5093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5093D is #1AF6C2. Grayscale: #505050. Windows color (decimal): -1767107 or 4000229. OLE color: 4000229.

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

Color convert

RGB 229 9 61 -
CMYK 0 0.96 0.73 0.10
HSL 345.82º 0.92% 0.47% -
HSV(B) 345.82º 0.96% 0.9% -
XYZ 33.25 17.19 5.98 -
YUV 80.71 116.89 233.77 -
System Red Green Blue C M Y K H S L
Decimal 229 9 61 0 0.96 0.73 0.10 345.82 0.92 0.47
Hex E5 9 3D 0 60 49 A 15A 5C 2F
Octal 345 11 75 0 140 111 12 532 134 57
Binary 11100101 1001 111101 0 1100000 1001001 1010 101011010 1011100 101111

Color Harmonies of #E5093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5093D

Black with #E5093D

Text Example


Text Example

White with #E5093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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