Html Css Color HEX #E61A14 Scarlet

📋 copy color: '#E61A14'

red 230 ◦ green 26 ◦ blue 20

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

Shades of Scarlet #E61A14

Tints of Scarlet #E61A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 83.33%
G = 9.42%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E61A14 (or 0xE61A14) is known color: Scarlet. HEX triplet: E6, 1A and 14. RGB value is (230,26,20). Sum of RGB (Red+Green+Blue) = 230+26+20=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A14 is #19E5EB. Grayscale: #565656. Windows color (decimal): -1697260 or 1317606. OLE color: 1317606.

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

Color convert

RGB 230 26 20 -
CMYK 0 0.89 0.91 0.10
HSL 1.71º 0.84% 0.49% -
HSV(B) 1.71º 0.91% 0.9% -
XYZ 33.13 17.61 2.32 -
YUV 86.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 230 26 20 0 0.89 0.91 0.10 1.71 0.84 0.49
Hex E6 1A 14 0 59 5B A 2 54 31
Octal 346 32 24 0 131 133 12 2 124 61
Binary 11100110 11010 10100 0 1011001 1011011 1010 10 1010100 110001

Color Harmonies of #E61A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A14

Black with #E61A14

Text Example


Text Example

White with #E61A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A14; }

 p { color: rgb(230,26,20); }

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

background-color css

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

 a { background-color: rgb(230,26,20); }

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

border-color css

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

 span { border-color: rgb(230,26,20); }

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