Html Css Color HEX #E92214 Scarlet

📋 copy color: '#E92214'

red 233 ◦ green 34 ◦ blue 20

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

Shades of Scarlet #E92214

Tints of Scarlet #E92214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 81.18%
G = 11.85%
B = 6.97%

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

#E92214 (or 0xE92214) is known color: Scarlet. HEX triplet: E9, 22 and 14. RGB value is (233,34,20). Sum of RGB (Red+Green+Blue) = 233+34+20=287 (38% of max value = 765). Red value is 233 (91.41% from 255 or 81.18% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 233 - color contains mainly: red. Hex color #E92214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92214 is #16DDEB. Grayscale: #5C5C5C. Windows color (decimal): -1498604 or 1319657. OLE color: 1319657.

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

Color convert

RGB 233 34 20 -
CMYK 0 0.85 0.91 0.09
HSL 3.94º 0.84% 0.5% -
HSV(B) 3.94º 0.91% 0.91% -
XYZ 34.3 18.52 2.43 -
YUV 91.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 233 34 20 0 0.85 0.91 0.09 3.94 0.84 0.5
Hex E9 22 14 0 55 5B 9 4 54 32
Octal 351 42 24 0 125 133 11 4 124 62
Binary 11101001 100010 10100 0 1010101 1011011 1001 100 1010100 110010

Color Harmonies of #E92214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92214

Black with #E92214

Text Example


Text Example

White with #E92214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92214; }

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

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

background-color css

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

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

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

border-color css

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

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

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