Html Css Color HEX #E2140F Scarlet

📋 copy color: '#E2140F'

red 226 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #E2140F

Tints of Scarlet #E2140F

RGB

 RED value IS 226 (88.67% from 255) = 86.59%

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

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

R = 86.59%
G = 7.66%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2140F (or 0xE2140F) is known color: Scarlet. HEX triplet: E2, 14 and 0F. RGB value is (226,20,15). Sum of RGB (Red+Green+Blue) = 226+20+15=261 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.59% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 226 - color contains mainly: red. Hex color #E2140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2140F is #1DEBF0. Grayscale: #515151. Windows color (decimal): -1960945 or 988386. OLE color: 988386.

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

Color convert

RGB 226 20 15 -
CMYK 0 0.91 0.93 0.11
HSL 1.42º 0.88% 0.47% -
HSV(B) 1.42º 0.93% 0.89% -
XYZ 31.7 16.7 2.01 -
YUV 81.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 226 20 15 0 0.91 0.93 0.11 1.42 0.88 0.47
Hex E2 14 F 0 5B 5D B 1 58 2F
Octal 342 24 17 0 133 135 13 1 130 57
Binary 11100010 10100 1111 0 1011011 1011101 1011 1 1011000 101111

Color Harmonies of #E2140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2140F

Black with #E2140F

Text Example


Text Example

White with #E2140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2140F; }

 p { color: rgb(226,20,15); }

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

background-color css

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

 a { background-color: rgb(226,20,15); }

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

border-color css

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

 span { border-color: rgb(226,20,15); }

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