Html Css Color HEX #E0140A Scarlet

📋 copy color: '#E0140A'

red 224 ◦ green 20 ◦ blue 10

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

Shades of Scarlet #E0140A

Tints of Scarlet #E0140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 88.19%
G = 7.87%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0140A (or 0xE0140A) is known color: Scarlet. HEX triplet: E0, 14 and 0A. RGB value is (224,20,10). Sum of RGB (Red+Green+Blue) = 224+20+10=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0140A is #1FEBF5. Grayscale: #505050. Windows color (decimal): -2092022 or 660704. OLE color: 660704.

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

Color convert

RGB 224 20 10 -
CMYK 0 0.91 0.96 0.12
HSL 2.8º 0.91% 0.46% -
HSV(B) 2.8º 0.96% 0.88% -
XYZ 31.05 16.37 1.81 -
YUV 79.86 88.59 230.81 -
System Red Green Blue C M Y K H S L
Decimal 224 20 10 0 0.91 0.96 0.12 2.8 0.91 0.46
Hex E0 14 A 0 5B 60 C 3 5B 2E
Octal 340 24 12 0 133 140 14 3 133 56
Binary 11100000 10100 1010 0 1011011 1100000 1100 11 1011011 101110

Color Harmonies of #E0140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0140A

Black with #E0140A

Text Example


Text Example

White with #E0140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0140A; }

 p { color: rgb(224,20,10); }

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

background-color css

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

 a { background-color: rgb(224,20,10); }

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

border-color css

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

 span { border-color: rgb(224,20,10); }

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