Html Css Color HEX #E12700 Scarlet

📋 copy color: '#E12700'

red 225 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #E12700

Tints of Scarlet #E12700

RGB

 RED value IS 225 (88.28% from 255) = 85.23%

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

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

R = 85.23%
G = 14.77%
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

#E12700 (or 0xE12700) is known color: Scarlet. HEX triplet: E1, 27 and 00. RGB value is (225,39,0). Sum of RGB (Red+Green+Blue) = 225+39+0=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E12700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12700 is #1ED8FF. Grayscale: #5A5A5A. Windows color (decimal): -2021632 or 10209. OLE color: 10209.

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

Color convert

RGB 225 39 0 -
CMYK 0 0.83 1 0.12
HSL 10.4º 1% 0.44% -
HSV(B) 10.4º 1% 0.88% -
XYZ 31.78 17.46 1.7 -
YUV 90.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 225 39 0 0 0.83 1 0.12 10.4 1 0.44
Hex E1 27 0 0 53 64 C A 64 2C
Octal 341 47 0 0 123 144 14 12 144 54
Binary 11100001 100111 0 0 1010011 1100100 1100 1010 1100100 101100

Color Harmonies of #E12700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12700

Black with #E12700

Text Example


Text Example

White with #E12700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12700; }

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

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

background-color css

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

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

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

border-color css

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

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

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