Html Css Color HEX #E62401 Scarlet

📋 copy color: '#E62401'

red 230 ◦ green 36 ◦ blue 1

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

Shades of Scarlet #E62401

Tints of Scarlet #E62401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 86.14%
G = 13.48%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E62401 (or 0xE62401) is known color: Scarlet. HEX triplet: E6, 24 and 01. RGB value is (230,36,1). Sum of RGB (Red+Green+Blue) = 230+36+1=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E62401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62401 is #19DBFE. Grayscale: #5A5A5A. Windows color (decimal): -1694719 or 74982. OLE color: 74982.

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

Color convert

RGB 230 36 1 -
CMYK 0 0.84 1.00 0.10
HSL 9.17º 0.99% 0.45% -
HSV(B) 9.17º 1% 0.9% -
XYZ 33.27 18.09 1.77 -
YUV 90.02 77.77 227.85 -
System Red Green Blue C M Y K H S L
Decimal 230 36 1 0 0.84 1.00 0.10 9.17 0.99 0.45
Hex E6 24 1 0 54 64 A 9 63 2D
Octal 346 44 1 0 124 144 12 11 143 55
Binary 11100110 100100 1 0 1010100 1100100 1010 1001 1100011 101101

Color Harmonies of #E62401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62401

Black with #E62401

Text Example


Text Example

White with #E62401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62401; }

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

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

background-color css

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

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

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

border-color css

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

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

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