Html Css Color HEX #E62013 Scarlet

📋 copy color: '#E62013'

red 230 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #E62013

Tints of Scarlet #E62013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 81.85%
G = 11.39%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E62013 (or 0xE62013) is known color: Scarlet. HEX triplet: E6, 20 and 13. RGB value is (230,32,19). Sum of RGB (Red+Green+Blue) = 230+32+19=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E62013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62013 is #19DFEC. Grayscale: #595959. Windows color (decimal): -1695725 or 1253606. OLE color: 1253606.

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

Color convert

RGB 230 32 19 -
CMYK 0 0.86 0.92 0.10
HSL 3.7º 0.85% 0.49% -
HSV(B) 3.7º 0.92% 0.9% -
XYZ 33.27 17.9 2.32 -
YUV 89.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 230 32 19 0 0.86 0.92 0.10 3.7 0.85 0.49
Hex E6 20 13 0 56 5C A 4 55 31
Octal 346 40 23 0 126 134 12 4 125 61
Binary 11100110 100000 10011 0 1010110 1011100 1010 100 1010101 110001

Color Harmonies of #E62013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62013

Black with #E62013

Text Example


Text Example

White with #E62013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62013; }

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

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

background-color css

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

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

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

border-color css

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

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

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