Html Css Color HEX #E0082A Crimson

📋 copy color: '#E0082A'

red 224 ◦ green 8 ◦ blue 42

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

Shades of Crimson #E0082A

Tints of Crimson #E0082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 81.75%
G = 2.92%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0082A (or 0xE0082A) is known color: Crimson. HEX triplet: E0, 08 and 2A. RGB value is (224,8,42). Sum of RGB (Red+Green+Blue) = 224+8+42=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0082A is #1FF7D5. Grayscale: #4C4C4C. Windows color (decimal): -2095062 or 2754784. OLE color: 2754784.

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

Color convert

RGB 224 8 42 -
CMYK 0 0.96 0.81 0.12
HSL 350.56º 0.93% 0.45% -
HSV(B) 350.56º 0.96% 0.88% -
XYZ 31.25 16.19 3.67 -
YUV 76.46 108.56 233.24 -
System Red Green Blue C M Y K H S L
Decimal 224 8 42 0 0.96 0.81 0.12 350.56 0.93 0.45
Hex E0 8 2A 0 60 51 C 15F 5D 2D
Octal 340 10 52 0 140 121 14 537 135 55
Binary 11100000 1000 101010 0 1100000 1010001 1100 101011111 1011101 101101

Color Harmonies of #E0082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0082A

Black with #E0082A

Text Example


Text Example

White with #E0082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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