Html Css Color HEX #E81A12 Scarlet

📋 copy color: '#E81A12'

red 232 ◦ green 26 ◦ blue 18

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

Shades of Scarlet #E81A12

Tints of Scarlet #E81A12

RGB

 RED value IS 232 (91.02% from 255) = 84.06%

 GREEN value IS 26 (10.55% from 255) = 9.42%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 84.06%
G = 9.42%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E81A12 (or 0xE81A12) is known color: Scarlet. HEX triplet: E8, 1A and 12. RGB value is (232,26,18). Sum of RGB (Red+Green+Blue) = 232+26+18=276 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.06% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81A12 is #17E5ED. Grayscale: #565656. Windows color (decimal): -1566190 or 1186536. OLE color: 1186536.

HSL color Cylindrical-coordinate representation of color #E81A12: hue angle of 2.24º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81A12 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 26 18 -
CMYK 0 0.89 0.92 0.09
HSL 2.24º 0.86% 0.49% -
HSV(B) 2.24º 0.92% 0.91% -
XYZ 33.76 17.94 2.26 -
YUV 86.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 232 26 18 0 0.89 0.92 0.09 2.24 0.86 0.49
Hex E8 1A 12 0 59 5C 9 2 56 31
Octal 350 32 22 0 131 134 11 2 126 61
Binary 11101000 11010 10010 0 1011001 1011100 1001 10 1010110 110001

Color Harmonies of #E81A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A12

Black with #E81A12

Text Example


Text Example

White with #E81A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A12; }

 p { color: rgb(232,26,18); }

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

background-color css

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

 a { background-color: rgb(232,26,18); }

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

border-color css

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

 span { border-color: rgb(232,26,18); }

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