Html Css Color HEX #E82C01 Scarlet

📋 copy color: '#E82C01'

red 232 ◦ green 44 ◦ blue 1

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

Shades of Scarlet #E82C01

Tints of Scarlet #E82C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

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

R = 83.75%
G = 15.88%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E82C01 (or 0xE82C01) is known color: Scarlet. HEX triplet: E8, 2C and 01. RGB value is (232,44,1). Sum of RGB (Red+Green+Blue) = 232+44+1=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82C01 is #17D3FE. Grayscale: #5F5F5F. Windows color (decimal): -1561599 or 77032. OLE color: 77032.

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

Color convert

RGB 232 44 1 -
CMYK 0 0.81 1.00 0.09
HSL 11.17º 0.99% 0.46% -
HSV(B) 11.17º 1% 0.91% -
XYZ 34.18 18.96 1.89 -
YUV 95.31 74.78 225.5 -
System Red Green Blue C M Y K H S L
Decimal 232 44 1 0 0.81 1.00 0.09 11.17 0.99 0.46
Hex E8 2C 1 0 51 64 9 B 63 2E
Octal 350 54 1 0 121 144 11 13 143 56
Binary 11101000 101100 1 0 1010001 1100100 1001 1011 1100011 101110

Color Harmonies of #E82C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C01

Black with #E82C01

Text Example


Text Example

White with #E82C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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