Html Css Color HEX #E0150F Scarlet

📋 copy color: '#E0150F'

red 224 ◦ green 21 ◦ blue 15

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

Shades of Scarlet #E0150F

Tints of Scarlet #E0150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 86.15%
G = 8.08%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0150F (or 0xE0150F) is known color: Scarlet. HEX triplet: E0, 15 and 0F. RGB value is (224,21,15). Sum of RGB (Red+Green+Blue) = 224+21+15=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E0150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0150F is #1FEAF0. Grayscale: #515151. Windows color (decimal): -2091761 or 988640. OLE color: 988640.

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

Color convert

RGB 224 21 15 -
CMYK 0 0.91 0.93 0.12
HSL 1.72º 0.87% 0.47% -
HSV(B) 1.72º 0.93% 0.88% -
XYZ 31.09 16.42 1.98 -
YUV 81.01 90.75 229.99 -
System Red Green Blue C M Y K H S L
Decimal 224 21 15 0 0.91 0.93 0.12 1.72 0.87 0.47
Hex E0 15 F 0 5B 5D C 2 57 2F
Octal 340 25 17 0 133 135 14 2 127 57
Binary 11100000 10101 1111 0 1011011 1011101 1100 10 1010111 101111

Color Harmonies of #E0150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0150F

Black with #E0150F

Text Example


Text Example

White with #E0150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0150F; }

 p { color: rgb(224,21,15); }

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

background-color css

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

 a { background-color: rgb(224,21,15); }

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

border-color css

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

 span { border-color: rgb(224,21,15); }

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