Html Css Color HEX #E9330E Scarlet

📋 copy color: '#E9330E'

red 233 ◦ green 51 ◦ blue 14

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

Shades of Scarlet #E9330E

Tints of Scarlet #E9330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 78.19%
G = 17.11%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9330E (or 0xE9330E) is known color: Scarlet. HEX triplet: E9, 33 and 0E. RGB value is (233,51,14). Sum of RGB (Red+Green+Blue) = 233+51+14=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E9330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9330E is #16CCF1. Grayscale: #656565. Windows color (decimal): -1494258 or 930793. OLE color: 930793.

HSL color Cylindrical-coordinate representation of color #E9330E: hue angle of 10.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9330E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 51 14 -
CMYK 0 0.78 0.94 0.09
HSL 10.14º 0.89% 0.48% -
HSV(B) 10.14º 0.94% 0.91% -
XYZ 34.87 19.72 2.38 -
YUV 101.2 78.8 222.01 -
System Red Green Blue C M Y K H S L
Decimal 233 51 14 0 0.78 0.94 0.09 10.14 0.89 0.48
Hex E9 33 E 0 4E 5E 9 A 59 30
Octal 351 63 16 0 116 136 11 12 131 60
Binary 11101001 110011 1110 0 1001110 1011110 1001 1010 1011001 110000

Color Harmonies of #E9330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9330E

Black with #E9330E

Text Example


Text Example

White with #E9330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9330E; }

 p { color: rgb(233,51,14); }

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

background-color css

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

 a { background-color: rgb(233,51,14); }

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

border-color css

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

 span { border-color: rgb(233,51,14); }

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