Html Css Color HEX #E62014 Scarlet

📋 copy color: '#E62014'

red 230 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #E62014

Tints of Scarlet #E62014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 81.56%
G = 11.35%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E62014 (or 0xE62014) is known color: Scarlet. HEX triplet: E6, 20 and 14. RGB value is (230,32,20). Sum of RGB (Red+Green+Blue) = 230+32+20=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E62014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62014 is #19DFEB. Grayscale: #5A5A5A. Windows color (decimal): -1695724 or 1319142. OLE color: 1319142.

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

Color convert

RGB 230 32 20 -
CMYK 0 0.86 0.91 0.10
HSL 3.43º 0.84% 0.49% -
HSV(B) 3.43º 0.91% 0.9% -
XYZ 33.28 17.91 2.36 -
YUV 89.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 230 32 20 0 0.86 0.91 0.10 3.43 0.84 0.49
Hex E6 20 14 0 56 5B A 3 54 31
Octal 346 40 24 0 126 133 12 3 124 61
Binary 11100110 100000 10100 0 1010110 1011011 1010 11 1010100 110001

Color Harmonies of #E62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62014

Black with #E62014

Text Example


Text Example

White with #E62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62014; }

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

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

background-color css

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

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

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

border-color css

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

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

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