Html Css Color HEX #E62514 Scarlet

📋 copy color: '#E62514'

red 230 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #E62514

Tints of Scarlet #E62514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 80.14%
G = 12.89%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E62514 (or 0xE62514) is known color: Scarlet. HEX triplet: E6, 25 and 14. RGB value is (230,37,20). Sum of RGB (Red+Green+Blue) = 230+37+20=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E62514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62514 is #19DAEB. Grayscale: #5D5D5D. Windows color (decimal): -1694444 or 1320422. OLE color: 1320422.

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

Color convert

RGB 230 37 20 -
CMYK 0 0.84 0.91 0.10
HSL 4.86º 0.84% 0.49% -
HSV(B) 4.86º 0.91% 0.9% -
XYZ 33.42 18.2 2.41 -
YUV 92.77 86.94 225.88 -
System Red Green Blue C M Y K H S L
Decimal 230 37 20 0 0.84 0.91 0.10 4.86 0.84 0.49
Hex E6 25 14 0 54 5B A 5 54 31
Octal 346 45 24 0 124 133 12 5 124 61
Binary 11100110 100101 10100 0 1010100 1011011 1010 101 1010100 110001

Color Harmonies of #E62514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62514

Black with #E62514

Text Example


Text Example

White with #E62514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62514; }

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

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

background-color css

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

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

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

border-color css

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

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

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