Html Css Color HEX #E62000 Scarlet

📋 copy color: '#E62000'

red 230 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #E62000

Tints of Scarlet #E62000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.79%
G = 12.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E62000 (or 0xE62000) is known color: Scarlet. HEX triplet: E6, 20 and 00. RGB value is (230,32,0). Sum of RGB (Red+Green+Blue) = 230+32+0=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E62000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62000 is #19DFFF. Grayscale: #575757. Windows color (decimal): -1695744 or 8422. OLE color: 8422.

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

Color convert

RGB 230 32 0 -
CMYK 0 0.86 1 0.10
HSL 8.35º 1% 0.45% -
HSV(B) 8.35º 1% 0.9% -
XYZ 33.15 17.86 1.7 -
YUV 87.55 78.6 229.6 -
System Red Green Blue C M Y K H S L
Decimal 230 32 0 0 0.86 1 0.10 8.35 1 0.45
Hex E6 20 0 0 56 64 A 8 64 2D
Octal 346 40 0 0 126 144 12 10 144 55
Binary 11100110 100000 0 0 1010110 1100100 1010 1000 1100100 101101

Color Harmonies of #E62000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62000

Black with #E62000

Text Example


Text Example

White with #E62000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62000; }

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

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

background-color css

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

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

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

border-color css

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

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

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