Html Css Color HEX #E62200 Scarlet

📋 copy color: '#E62200'

red 230 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #E62200

Tints of Scarlet #E62200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

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

R = 87.12%
G = 12.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E62200 (or 0xE62200) is known color: Scarlet. HEX triplet: E6, 22 and 00. RGB value is (230,34,0). Sum of RGB (Red+Green+Blue) = 230+34+0=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E62200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62200 is #19DDFF. Grayscale: #595959. Windows color (decimal): -1695232 or 8934. OLE color: 8934.

HSL color Cylindrical-coordinate representation of color #E62200: hue angle of 8.87º 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 #E62200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 0 -
CMYK 0 0.85 1 0.10
HSL 8.87º 1% 0.45% -
HSV(B) 8.87º 1% 0.9% -
XYZ 33.21 17.97 1.72 -
YUV 88.73 77.93 228.76 -
System Red Green Blue C M Y K H S L
Decimal 230 34 0 0 0.85 1 0.10 8.87 1 0.45
Hex E6 22 0 0 55 64 A 9 64 2D
Octal 346 42 0 0 125 144 12 11 144 55
Binary 11100110 100010 0 0 1010101 1100100 1010 1001 1100100 101101

Color Harmonies of #E62200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62200

Black with #E62200

Text Example


Text Example

White with #E62200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62200; }

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

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

background-color css

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

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

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

border-color css

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

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

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