Html Css Color HEX #E82F01 Scarlet

📋 copy color: '#E82F01'

red 232 ◦ green 47 ◦ blue 1

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

Shades of Scarlet #E82F01

Tints of Scarlet #E82F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 82.86%
G = 16.79%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E82F01 (or 0xE82F01) is known color: Scarlet. HEX triplet: E8, 2F and 01. RGB value is (232,47,1). Sum of RGB (Red+Green+Blue) = 232+47+1=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F01 is #17D0FE. Grayscale: #616161. Windows color (decimal): -1560831 or 77800. OLE color: 77800.

HSL color Cylindrical-coordinate representation of color #E82F01: hue angle of 11.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E82F01 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 1 -
CMYK 0 0.80 1.00 0.09
HSL 11.95º 0.99% 0.46% -
HSV(B) 11.95º 1% 0.91% -
XYZ 34.3 19.19 1.93 -
YUV 97.07 73.79 224.24 -
System Red Green Blue C M Y K H S L
Decimal 232 47 1 0 0.80 1.00 0.09 11.95 0.99 0.46
Hex E8 2F 1 0 50 64 9 C 63 2E
Octal 350 57 1 0 120 144 11 14 143 56
Binary 11101000 101111 1 0 1010000 1100100 1001 1100 1100011 101110

Color Harmonies of #E82F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F01

Black with #E82F01

Text Example


Text Example

White with #E82F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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