Html Css Color HEX #E81A0C Scarlet

📋 copy color: '#E81A0C'

red 232 ◦ green 26 ◦ blue 12

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

Shades of Scarlet #E81A0C

Tints of Scarlet #E81A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 85.93%
G = 9.63%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E81A0C (or 0xE81A0C) is known color: Scarlet. HEX triplet: E8, 1A and 0C. RGB value is (232,26,12). Sum of RGB (Red+Green+Blue) = 232+26+12=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81A0C is #17E5F3. Grayscale: #565656. Windows color (decimal): -1566196 or 793320. OLE color: 793320.

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

Color convert

RGB 232 26 12 -
CMYK 0 0.89 0.95 0.09
HSL 3.82º 0.9% 0.48% -
HSV(B) 3.82º 0.95% 0.91% -
XYZ 33.71 17.92 2.03 -
YUV 86 86.25 232.14 -
System Red Green Blue C M Y K H S L
Decimal 232 26 12 0 0.89 0.95 0.09 3.82 0.9 0.48
Hex E8 1A C 0 59 5F 9 4 5A 30
Octal 350 32 14 0 131 137 11 4 132 60
Binary 11101000 11010 1100 0 1011001 1011111 1001 100 1011010 110000

Color Harmonies of #E81A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A0C

Black with #E81A0C

Text Example


Text Example

White with #E81A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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