Html Css Color HEX #E61501 Scarlet

📋 copy color: '#E61501'

red 230 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #E61501

Tints of Scarlet #E61501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 91.27%
G = 8.33%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E61501 (or 0xE61501) is known color: Scarlet. HEX triplet: E6, 15 and 01. RGB value is (230,21,1). Sum of RGB (Red+Green+Blue) = 230+21+1=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E61501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61501 is #19EAFE. Grayscale: #515151. Windows color (decimal): -1698559 or 71142. OLE color: 71142.

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

Color convert

RGB 230 21 1 -
CMYK 0 0.91 1.00 0.10
HSL 5.24º 0.99% 0.45% -
HSV(B) 5.24º 1% 0.9% -
XYZ 32.91 17.36 1.65 -
YUV 81.21 82.74 234.13 -
System Red Green Blue C M Y K H S L
Decimal 230 21 1 0 0.91 1.00 0.10 5.24 0.99 0.45
Hex E6 15 1 0 5B 64 A 5 63 2D
Octal 346 25 1 0 133 144 12 5 143 55
Binary 11100110 10101 1 0 1011011 1100100 1010 101 1100011 101101

Color Harmonies of #E61501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61501

Black with #E61501

Text Example


Text Example

White with #E61501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61501; }

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

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

background-color css

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

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

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

border-color css

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

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

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