Html Css Color HEX #E02601 Scarlet

📋 copy color: '#E02601'

red 224 ◦ green 38 ◦ blue 1

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

Shades of Scarlet #E02601

Tints of Scarlet #E02601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 85.17%
G = 14.45%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02601 (or 0xE02601) is known color: Scarlet. HEX triplet: E0, 26 and 01. RGB value is (224,38,1). Sum of RGB (Red+Green+Blue) = 224+38+1=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E02601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02601 is #1FD9FE. Grayscale: #595959. Windows color (decimal): -2087423 or 75488. OLE color: 75488.

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

Color convert

RGB 224 38 1 -
CMYK 0 0.83 1.00 0.12
HSL 9.96º 0.99% 0.44% -
HSV(B) 9.96º 1% 0.88% -
XYZ 31.44 17.24 1.7 -
YUV 89.4 78.12 224.01 -
System Red Green Blue C M Y K H S L
Decimal 224 38 1 0 0.83 1.00 0.12 9.96 0.99 0.44
Hex E0 26 1 0 53 64 C A 63 2C
Octal 340 46 1 0 123 144 14 12 143 54
Binary 11100000 100110 1 0 1010011 1100100 1100 1010 1100011 101100

Color Harmonies of #E02601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02601

Black with #E02601

Text Example


Text Example

White with #E02601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02601; }

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

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

background-color css

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

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

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

border-color css

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

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

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