Html Css Color HEX #E73201 Scarlet

📋 copy color: '#E73201'

red 231 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #E73201

Tints of Scarlet #E73201

RGB

 RED value IS 231 (90.63% from 255) = 81.91%

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 81.91%
G = 17.73%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E73201 (or 0xE73201) is known color: Scarlet. HEX triplet: E7, 32 and 01. RGB value is (231,50,1). Sum of RGB (Red+Green+Blue) = 231+50+1=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E73201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73201 is #18CDFE. Grayscale: #626262. Windows color (decimal): -1625599 or 78567. OLE color: 78567.

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

Color convert

RGB 231 50 1 -
CMYK 0 0.78 1.00 0.09
HSL 12.78º 0.99% 0.45% -
HSV(B) 12.78º 1% 0.91% -
XYZ 34.1 19.27 1.95 -
YUV 98.53 72.97 222.48 -
System Red Green Blue C M Y K H S L
Decimal 231 50 1 0 0.78 1.00 0.09 12.78 0.99 0.45
Hex E7 32 1 0 4E 64 9 D 63 2D
Octal 347 62 1 0 116 144 11 15 143 55
Binary 11100111 110010 1 0 1001110 1100100 1001 1101 1100011 101101

Color Harmonies of #E73201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73201

Black with #E73201

Text Example


Text Example

White with #E73201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73201; }

 p { color: rgb(231,50,1); }

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

background-color css

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

 a { background-color: rgb(231,50,1); }

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

border-color css

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

 span { border-color: rgb(231,50,1); }

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