Html Css Color HEX #E61A00 Scarlet

📋 copy color: '#E61A00'

red 230 ◦ green 26 ◦ blue 0

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

Shades of Scarlet #E61A00

Tints of Scarlet #E61A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.84%
G = 10.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E61A00 (or 0xE61A00) is known color: Scarlet. HEX triplet: E6, 1A and 00. RGB value is (230,26,0). Sum of RGB (Red+Green+Blue) = 230+26+0=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A00 is #19E5FF. Grayscale: #545454. Windows color (decimal): -1697280 or 6886. OLE color: 6886.

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

Color convert

RGB 230 26 0 -
CMYK 0 0.89 1 0.10
HSL 6.78º 1% 0.45% -
HSV(B) 6.78º 1% 0.9% -
XYZ 33 17.56 1.65 -
YUV 84.03 80.59 232.11 -
System Red Green Blue C M Y K H S L
Decimal 230 26 0 0 0.89 1 0.10 6.78 1 0.45
Hex E6 1A 0 0 59 64 A 7 64 2D
Octal 346 32 0 0 131 144 12 7 144 55
Binary 11100110 11010 0 0 1011001 1100100 1010 111 1100100 101101

Color Harmonies of #E61A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A00

Black with #E61A00

Text Example


Text Example

White with #E61A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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