Html Css Color HEX #E12C00 Scarlet

📋 copy color: '#E12C00'

red 225 ◦ green 44 ◦ blue 0

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

Shades of Scarlet #E12C00

Tints of Scarlet #E12C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

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

R = 83.64%
G = 16.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E12C00 (or 0xE12C00) is known color: Scarlet. HEX triplet: E1, 2C and 00. RGB value is (225,44,0). Sum of RGB (Red+Green+Blue) = 225+44+0=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C00 is #1ED3FF. Grayscale: #5D5D5D. Windows color (decimal): -2020352 or 11489. OLE color: 11489.

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

Color convert

RGB 225 44 0 -
CMYK 0 0.80 1 0.12
HSL 11.73º 1% 0.44% -
HSV(B) 11.73º 1% 0.88% -
XYZ 31.95 17.81 1.75 -
YUV 93.1 75.47 222.08 -
System Red Green Blue C M Y K H S L
Decimal 225 44 0 0 0.80 1 0.12 11.73 1 0.44
Hex E1 2C 0 0 50 64 C C 64 2C
Octal 341 54 0 0 120 144 14 14 144 54
Binary 11100001 101100 0 0 1010000 1100100 1100 1100 1100100 101100

Color Harmonies of #E12C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C00

Black with #E12C00

Text Example


Text Example

White with #E12C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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