Html Css Color HEX #E6150E Scarlet

📋 copy color: '#E6150E'

red 230 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #E6150E

Tints of Scarlet #E6150E

RGB

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

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

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

R = 86.79%
G = 7.92%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6150E (or 0xE6150E) is known color: Scarlet. HEX triplet: E6, 15 and 0E. RGB value is (230,21,14). Sum of RGB (Red+Green+Blue) = 230+21+14=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E6150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6150E is #19EAF1. Grayscale: #525252. Windows color (decimal): -1698546 or 923110. OLE color: 923110.

HSL color Cylindrical-coordinate representation of color #E6150E: hue angle of 1.94º 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 #E6150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 14 -
CMYK 0 0.91 0.94 0.10
HSL 1.94º 0.89% 0.48% -
HSV(B) 1.94º 0.94% 0.9% -
XYZ 32.98 17.39 2.03 -
YUV 82.69 89.24 233.07 -
System Red Green Blue C M Y K H S L
Decimal 230 21 14 0 0.91 0.94 0.10 1.94 0.89 0.48
Hex E6 15 E 0 5B 5E A 2 59 30
Octal 346 25 16 0 133 136 12 2 131 60
Binary 11100110 10101 1110 0 1011011 1011110 1010 10 1011001 110000

Color Harmonies of #E6150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6150E

Black with #E6150E

Text Example


Text Example

White with #E6150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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