Html Css Color HEX #E81D0C Scarlet

📋 copy color: '#E81D0C'

red 232 ◦ green 29 ◦ blue 12

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

Shades of Scarlet #E81D0C

Tints of Scarlet #E81D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

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

R = 84.98%
G = 10.62%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E81D0C (or 0xE81D0C) is known color: Scarlet. HEX triplet: E8, 1D and 0C. RGB value is (232,29,12). Sum of RGB (Red+Green+Blue) = 232+29+12=273 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.98% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81D0C is #17E2F3. Grayscale: #585858. Windows color (decimal): -1565428 or 794088. OLE color: 794088.

HSL color Cylindrical-coordinate representation of color #E81D0C: hue angle of 4.64º 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 #E81D0C is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 12 -
CMYK 0 0.88 0.95 0.09
HSL 4.64º 0.9% 0.48% -
HSV(B) 4.64º 0.95% 0.91% -
XYZ 33.78 18.06 2.05 -
YUV 87.76 85.25 230.88 -
System Red Green Blue C M Y K H S L
Decimal 232 29 12 0 0.88 0.95 0.09 4.64 0.9 0.48
Hex E8 1D C 0 58 5F 9 5 5A 30
Octal 350 35 14 0 130 137 11 5 132 60
Binary 11101000 11101 1100 0 1011000 1011111 1001 101 1011010 110000

Color Harmonies of #E81D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D0C

Black with #E81D0C

Text Example


Text Example

White with #E81D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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