Html Css Color HEX #E82F10 Scarlet

📋 copy color: '#E82F10'

red 232 ◦ green 47 ◦ blue 16

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

Shades of Scarlet #E82F10

Tints of Scarlet #E82F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 78.64%
G = 15.93%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E82F10 (or 0xE82F10) is known color: Scarlet. HEX triplet: E8, 2F and 10. RGB value is (232,47,16). Sum of RGB (Red+Green+Blue) = 232+47+16=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F10 is #17D0EF. Grayscale: #636363. Windows color (decimal): -1560816 or 1060840. OLE color: 1060840.

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

Color convert

RGB 232 47 16 -
CMYK 0 0.80 0.93 0.09
HSL 8.61º 0.87% 0.49% -
HSV(B) 8.61º 0.93% 0.91% -
XYZ 34.39 19.23 2.39 -
YUV 98.78 81.29 223.02 -
System Red Green Blue C M Y K H S L
Decimal 232 47 16 0 0.80 0.93 0.09 8.61 0.87 0.49
Hex E8 2F 10 0 50 5D 9 9 57 31
Octal 350 57 20 0 120 135 11 11 127 61
Binary 11101000 101111 10000 0 1010000 1011101 1001 1001 1010111 110001

Color Harmonies of #E82F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F10

Black with #E82F10

Text Example


Text Example

White with #E82F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F10; }

 p { color: rgb(232,47,16); }

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

background-color css

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

 a { background-color: rgb(232,47,16); }

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

border-color css

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

 span { border-color: rgb(232,47,16); }

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