Html Css Color HEX #E32B01 Scarlet

📋 copy color: '#E32B01'

red 227 ◦ green 43 ◦ blue 1

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

Shades of Scarlet #E32B01

Tints of Scarlet #E32B01

RGB

 RED value IS 227 (89.06% from 255) = 83.76%

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 83.76%
G = 15.87%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E32B01 (or 0xE32B01) is known color: Scarlet. HEX triplet: E3, 2B and 01. RGB value is (227,43,1). Sum of RGB (Red+Green+Blue) = 227+43+1=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32B01 is #1CD4FE. Grayscale: #5D5D5D. Windows color (decimal): -1889535 or 76771. OLE color: 76771.

HSL color Cylindrical-coordinate representation of color #E32B01: hue angle of 11.15º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E32B01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 43 1 -
CMYK 0 0.81 1.00 0.11
HSL 11.15º 0.99% 0.45% -
HSV(B) 11.15º 1% 0.89% -
XYZ 32.55 18.06 1.8 -
YUV 93.23 75.96 223.42 -
System Red Green Blue C M Y K H S L
Decimal 227 43 1 0 0.81 1.00 0.11 11.15 0.99 0.45
Hex E3 2B 1 0 51 64 B B 63 2D
Octal 343 53 1 0 121 144 13 13 143 55
Binary 11100011 101011 1 0 1010001 1100100 1011 1011 1100011 101101

Color Harmonies of #E32B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32B01

Black with #E32B01

Text Example


Text Example

White with #E32B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32B01; }

 p { color: rgb(227,43,1); }

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

background-color css

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

 a { background-color: rgb(227,43,1); }

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

border-color css

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

 span { border-color: rgb(227,43,1); }

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