Html Css Color HEX #E9320B Scarlet

📋 copy color: '#E9320B'

red 233 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #E9320B

Tints of Scarlet #E9320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 79.25%
G = 17.01%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9320B (or 0xE9320B) is known color: Scarlet. HEX triplet: E9, 32 and 0B. RGB value is (233,50,11). Sum of RGB (Red+Green+Blue) = 233+50+11=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9320B is #16CDF4. Grayscale: #646464. Windows color (decimal): -1494517 or 733929. OLE color: 733929.

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

Color convert

RGB 233 50 11 -
CMYK 0 0.79 0.95 0.09
HSL 10.54º 0.91% 0.48% -
HSV(B) 10.54º 0.95% 0.91% -
XYZ 34.81 19.63 2.27 -
YUV 100.27 77.63 222.67 -
System Red Green Blue C M Y K H S L
Decimal 233 50 11 0 0.79 0.95 0.09 10.54 0.91 0.48
Hex E9 32 B 0 4F 5F 9 B 5B 30
Octal 351 62 13 0 117 137 11 13 133 60
Binary 11101001 110010 1011 0 1001111 1011111 1001 1011 1011011 110000

Color Harmonies of #E9320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9320B

Black with #E9320B

Text Example


Text Example

White with #E9320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9320B; }

 p { color: rgb(233,50,11); }

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

background-color css

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

 a { background-color: rgb(233,50,11); }

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

border-color css

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

 span { border-color: rgb(233,50,11); }

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