Html Css Color HEX #E72014 Scarlet

📋 copy color: '#E72014'

red 231 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #E72014

Tints of Scarlet #E72014

RGB

 RED value IS 231 (90.63% from 255) = 81.63%

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

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

R = 81.63%
G = 11.31%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E72014 (or 0xE72014) is known color: Scarlet. HEX triplet: E7, 20 and 14. RGB value is (231,32,20). Sum of RGB (Red+Green+Blue) = 231+32+20=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E72014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72014 is #18DFEB. Grayscale: #5A5A5A. Windows color (decimal): -1630188 or 1319143. OLE color: 1319143.

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

Color convert

RGB 231 32 20 -
CMYK 0 0.86 0.91 0.09
HSL 3.41º 0.84% 0.49% -
HSV(B) 3.41º 0.91% 0.91% -
XYZ 33.6 18.07 2.38 -
YUV 90.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 231 32 20 0 0.86 0.91 0.09 3.41 0.84 0.49
Hex E7 20 14 0 56 5B 9 3 54 31
Octal 347 40 24 0 126 133 11 3 124 61
Binary 11100111 100000 10100 0 1010110 1011011 1001 11 1010100 110001

Color Harmonies of #E72014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72014

Black with #E72014

Text Example


Text Example

White with #E72014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72014; }

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

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

background-color css

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

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

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

border-color css

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

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

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