Html Css Color HEX #E02401 Scarlet

📋 copy color: '#E02401'

red 224 ◦ green 36 ◦ blue 1

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

Shades of Scarlet #E02401

Tints of Scarlet #E02401

RGB

 RED value IS 224 (87.89% from 255) = 85.82%

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

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

R = 85.82%
G = 13.79%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02401 (or 0xE02401) is known color: Scarlet. HEX triplet: E0, 24 and 01. RGB value is (224,36,1). Sum of RGB (Red+Green+Blue) = 224+36+1=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E02401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02401 is #1FDBFE. Grayscale: #585858. Windows color (decimal): -2087935 or 74976. OLE color: 74976.

HSL color Cylindrical-coordinate representation of color #E02401: hue angle of 9.42º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 1 -
CMYK 0 0.84 1.00 0.12
HSL 9.42º 0.99% 0.44% -
HSV(B) 9.42º 1% 0.88% -
XYZ 31.38 17.11 1.68 -
YUV 88.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 224 36 1 0 0.84 1.00 0.12 9.42 0.99 0.44
Hex E0 24 1 0 54 64 C 9 63 2C
Octal 340 44 1 0 124 144 14 11 143 54
Binary 11100000 100100 1 0 1010100 1100100 1100 1001 1100011 101100

Color Harmonies of #E02401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02401

Black with #E02401

Text Example


Text Example

White with #E02401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02401; }

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

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

background-color css

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

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

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

border-color css

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

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

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