Html Css Color HEX #E72314 Scarlet

📋 copy color: '#E72314'

red 231 ◦ green 35 ◦ blue 20

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

Shades of Scarlet #E72314

Tints of Scarlet #E72314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 80.77%
G = 12.24%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E72314 (or 0xE72314) is known color: Scarlet. HEX triplet: E7, 23 and 14. RGB value is (231,35,20). Sum of RGB (Red+Green+Blue) = 231+35+20=286 (37% of max value = 765). Red value is 231 (90.62% from 255 or 80.77% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 231 - color contains mainly: red. Hex color #E72314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72314 is #18DCEB. Grayscale: #5C5C5C. Windows color (decimal): -1629420 or 1319911. OLE color: 1319911.

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

Color convert

RGB 231 35 20 -
CMYK 0 0.85 0.91 0.09
HSL 4.27º 0.84% 0.49% -
HSV(B) 4.27º 0.91% 0.91% -
XYZ 33.68 18.24 2.41 -
YUV 91.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 231 35 20 0 0.85 0.91 0.09 4.27 0.84 0.49
Hex E7 23 14 0 55 5B 9 4 54 31
Octal 347 43 24 0 125 133 11 4 124 61
Binary 11100111 100011 10100 0 1010101 1011011 1001 100 1010100 110001

Color Harmonies of #E72314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72314

Black with #E72314

Text Example


Text Example

White with #E72314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72314; }

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

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

background-color css

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

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

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

border-color css

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

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

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