Html Css Color HEX #E62001 Scarlet

📋 copy color: '#E62001'

red 230 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #E62001

Tints of Scarlet #E62001

RGB

 RED value IS 230 (90.23% from 255) = 87.45%

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 87.45%
G = 12.17%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E62001 (or 0xE62001) is known color: Scarlet. HEX triplet: E6, 20 and 01. RGB value is (230,32,1). Sum of RGB (Red+Green+Blue) = 230+32+1=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E62001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62001 is #19DFFE. Grayscale: #575757. Windows color (decimal): -1695743 or 73958. OLE color: 73958.

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

Color convert

RGB 230 32 1 -
CMYK 0 0.86 1.00 0.10
HSL 8.12º 0.99% 0.45% -
HSV(B) 8.12º 1% 0.9% -
XYZ 33.16 17.86 1.73 -
YUV 87.67 79.1 229.52 -
System Red Green Blue C M Y K H S L
Decimal 230 32 1 0 0.86 1.00 0.10 8.12 0.99 0.45
Hex E6 20 1 0 56 64 A 8 63 2D
Octal 346 40 1 0 126 144 12 10 143 55
Binary 11100110 100000 1 0 1010110 1100100 1010 1000 1100011 101101

Color Harmonies of #E62001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62001

Black with #E62001

Text Example


Text Example

White with #E62001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62001; }

 p { color: rgb(230,32,1); }

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

background-color css

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

 a { background-color: rgb(230,32,1); }

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

border-color css

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

 span { border-color: rgb(230,32,1); }

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