Html Css Color HEX #E0083A Crimson

📋 copy color: '#E0083A'

red 224 ◦ green 8 ◦ blue 58

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

Shades of Crimson #E0083A

Tints of Crimson #E0083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 77.24%
G = 2.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0083A (or 0xE0083A) is known color: Crimson. HEX triplet: E0, 08 and 3A. RGB value is (224,8,58). Sum of RGB (Red+Green+Blue) = 224+8+58=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0083A is #1FF7C5. Grayscale: #4E4E4E. Windows color (decimal): -2095046 or 3803360. OLE color: 3803360.

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

Color convert

RGB 224 8 58 -
CMYK 0 0.96 0.74 0.12
HSL 346.11º 0.93% 0.45% -
HSV(B) 346.11º 0.96% 0.88% -
XYZ 31.59 16.33 5.49 -
YUV 78.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 224 8 58 0 0.96 0.74 0.12 346.11 0.93 0.45
Hex E0 8 3A 0 60 4A C 15A 5D 2D
Octal 340 10 72 0 140 112 14 532 135 55
Binary 11100000 1000 111010 0 1100000 1001010 1100 101011010 1011101 101101

Color Harmonies of #E0083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0083A

Black with #E0083A

Text Example


Text Example

White with #E0083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0083A; }

 p { color: rgb(224,8,58); }

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

background-color css

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

 a { background-color: rgb(224,8,58); }

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

border-color css

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

 span { border-color: rgb(224,8,58); }

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