Html Css Color HEX #E6160E Scarlet

📋 copy color: '#E6160E'

red 230 ◦ green 22 ◦ blue 14

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

Shades of Scarlet #E6160E

Tints of Scarlet #E6160E

RGB

 RED value IS 230 (90.23% from 255) = 86.47%

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 86.47%
G = 8.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6160E (or 0xE6160E) is known color: Scarlet. HEX triplet: E6, 16 and 0E. RGB value is (230,22,14). Sum of RGB (Red+Green+Blue) = 230+22+14=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E6160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6160E is #19E9F1. Grayscale: #535353. Windows color (decimal): -1698290 or 923366. OLE color: 923366.

HSL color Cylindrical-coordinate representation of color #E6160E: hue angle of 2.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 14 -
CMYK 0 0.90 0.94 0.10
HSL 2.22º 0.89% 0.48% -
HSV(B) 2.22º 0.94% 0.9% -
XYZ 33 17.43 2.04 -
YUV 83.28 88.91 232.65 -
System Red Green Blue C M Y K H S L
Decimal 230 22 14 0 0.90 0.94 0.10 2.22 0.89 0.48
Hex E6 16 E 0 5A 5E A 2 59 30
Octal 346 26 16 0 132 136 12 2 131 60
Binary 11100110 10110 1110 0 1011010 1011110 1010 10 1011001 110000

Color Harmonies of #E6160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6160E

Black with #E6160E

Text Example


Text Example

White with #E6160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6160E; }

 p { color: rgb(230,22,14); }

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

background-color css

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

 a { background-color: rgb(230,22,14); }

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

border-color css

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

 span { border-color: rgb(230,22,14); }

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