Html Css Color HEX #E62210 Scarlet

📋 copy color: '#E62210'

red 230 ◦ green 34 ◦ blue 16

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

Shades of Scarlet #E62210

Tints of Scarlet #E62210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 82.14%
G = 12.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E62210 (or 0xE62210) is known color: Scarlet. HEX triplet: E6, 22 and 10. RGB value is (230,34,16). Sum of RGB (Red+Green+Blue) = 230+34+16=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E62210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62210 is #19DDEF. Grayscale: #5A5A5A. Windows color (decimal): -1695216 or 1057510. OLE color: 1057510.

HSL color Cylindrical-coordinate representation of color #E62210: hue angle of 5.05º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E62210 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 16 -
CMYK 0 0.85 0.93 0.10
HSL 5.05º 0.87% 0.48% -
HSV(B) 5.05º 0.93% 0.9% -
XYZ 33.3 18 2.21 -
YUV 90.55 85.93 227.46 -
System Red Green Blue C M Y K H S L
Decimal 230 34 16 0 0.85 0.93 0.10 5.05 0.87 0.48
Hex E6 22 10 0 55 5D A 5 57 30
Octal 346 42 20 0 125 135 12 5 127 60
Binary 11100110 100010 10000 0 1010101 1011101 1010 101 1010111 110000

Color Harmonies of #E62210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62210

Black with #E62210

Text Example


Text Example

White with #E62210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62210; }

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

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

background-color css

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

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

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

border-color css

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

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

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