Html Css Color HEX #E92014 Scarlet

📋 copy color: '#E92014'

red 233 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #E92014

Tints of Scarlet #E92014

RGB

 RED value IS 233 (91.41% from 255) = 81.75%

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

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

R = 81.75%
G = 11.23%
B = 7.02%

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

#E92014 (or 0xE92014) is known color: Scarlet. HEX triplet: E9, 20 and 14. RGB value is (233,32,20). Sum of RGB (Red+Green+Blue) = 233+32+20=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E92014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92014 is #16DFEB. Grayscale: #5A5A5A. Windows color (decimal): -1499116 or 1319145. OLE color: 1319145.

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

Color convert

RGB 233 32 20 -
CMYK 0 0.86 0.91 0.09
HSL 3.38º 0.84% 0.5% -
HSV(B) 3.38º 0.91% 0.91% -
XYZ 34.25 18.41 2.41 -
YUV 90.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 233 32 20 0 0.86 0.91 0.09 3.38 0.84 0.5
Hex E9 20 14 0 56 5B 9 3 54 32
Octal 351 40 24 0 126 133 11 3 124 62
Binary 11101001 100000 10100 0 1010110 1011011 1001 11 1010100 110010

Color Harmonies of #E92014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92014

Black with #E92014

Text Example


Text Example

White with #E92014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92014; }

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

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

background-color css

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

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

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

border-color css

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

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

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