Html Css Color HEX #E02700 Scarlet

📋 copy color: '#E02700'

red 224 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #E02700

Tints of Scarlet #E02700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 85.17%
G = 14.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02700 (or 0xE02700) is known color: Scarlet. HEX triplet: E0, 27 and 00. RGB value is (224,39,0). Sum of RGB (Red+Green+Blue) = 224+39+0=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E02700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02700 is #1FD8FF. Grayscale: #5A5A5A. Windows color (decimal): -2087168 or 10208. OLE color: 10208.

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

Color convert

RGB 224 39 0 -
CMYK 0 0.83 1 0.12
HSL 10.45º 1% 0.44% -
HSV(B) 10.45º 1% 0.88% -
XYZ 31.47 17.3 1.68 -
YUV 89.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 224 39 0 0 0.83 1 0.12 10.45 1 0.44
Hex E0 27 0 0 53 64 C A 64 2C
Octal 340 47 0 0 123 144 14 12 144 54
Binary 11100000 100111 0 0 1010011 1100100 1100 1010 1100100 101100

Color Harmonies of #E02700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02700

Black with #E02700

Text Example


Text Example

White with #E02700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02700; }

 p { color: rgb(224,39,0); }

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

background-color css

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

 a { background-color: rgb(224,39,0); }

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

border-color css

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

 span { border-color: rgb(224,39,0); }

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