Html Css Color HEX #E61410 Scarlet

📋 copy color: '#E61410'

red 230 ◦ green 20 ◦ blue 16

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

Shades of Scarlet #E61410

Tints of Scarlet #E61410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 86.47%
G = 7.52%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E61410 (or 0xE61410) is known color: Scarlet. HEX triplet: E6, 14 and 10. RGB value is (230,20,16). Sum of RGB (Red+Green+Blue) = 230+20+16=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E61410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61410 is #19EBEF. Grayscale: #525252. Windows color (decimal): -1698800 or 1053926. OLE color: 1053926.

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

Color convert

RGB 230 20 16 -
CMYK 0 0.91 0.93 0.10
HSL 1.12º 0.87% 0.48% -
HSV(B) 1.12º 0.93% 0.9% -
XYZ 32.98 17.36 2.1 -
YUV 82.33 90.57 233.33 -
System Red Green Blue C M Y K H S L
Decimal 230 20 16 0 0.91 0.93 0.10 1.12 0.87 0.48
Hex E6 14 10 0 5B 5D A 1 57 30
Octal 346 24 20 0 133 135 12 1 127 60
Binary 11100110 10100 10000 0 1011011 1011101 1010 1 1010111 110000

Color Harmonies of #E61410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61410

Black with #E61410

Text Example


Text Example

White with #E61410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61410; }

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

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

background-color css

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

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

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

border-color css

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

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

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