Html Css Color HEX #E62006 Scarlet

📋 copy color: '#E62006'

red 230 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #E62006

Tints of Scarlet #E62006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 85.82%
G = 11.94%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E62006 (or 0xE62006) is known color: Scarlet. HEX triplet: E6, 20 and 06. RGB value is (230,32,6). Sum of RGB (Red+Green+Blue) = 230+32+6=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E62006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62006 is #19DFF9. Grayscale: #585858. Windows color (decimal): -1695738 or 401638. OLE color: 401638.

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

Color convert

RGB 230 32 6 -
CMYK 0 0.86 0.97 0.10
HSL 6.96º 0.95% 0.46% -
HSV(B) 6.96º 0.97% 0.9% -
XYZ 33.18 17.87 1.87 -
YUV 88.24 81.6 229.11 -
System Red Green Blue C M Y K H S L
Decimal 230 32 6 0 0.86 0.97 0.10 6.96 0.95 0.46
Hex E6 20 6 0 56 61 A 7 5F 2E
Octal 346 40 6 0 126 141 12 7 137 56
Binary 11100110 100000 110 0 1010110 1100001 1010 111 1011111 101110

Color Harmonies of #E62006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62006

Black with #E62006

Text Example


Text Example

White with #E62006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62006; }

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

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

background-color css

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

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

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

border-color css

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

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

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