Html Css Color HEX #E9320C Scarlet

📋 copy color: '#E9320C'

red 233 ◦ green 50 ◦ blue 12

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

Shades of Scarlet #E9320C

Tints of Scarlet #E9320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 78.98%
G = 16.95%
B = 4.07%

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

#E9320C (or 0xE9320C) is known color: Scarlet. HEX triplet: E9, 32 and 0C. RGB value is (233,50,12). Sum of RGB (Red+Green+Blue) = 233+50+12=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9320C is #16CDF3. Grayscale: #646464. Windows color (decimal): -1494516 or 799465. OLE color: 799465.

HSL color Cylindrical-coordinate representation of color #E9320C: hue angle of 10.32º degrees, saturation: 0.9, 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 #E9320C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 50 12 -
CMYK 0 0.79 0.95 0.09
HSL 10.32º 0.9% 0.48% -
HSV(B) 10.32º 0.95% 0.91% -
XYZ 34.81 19.63 2.3 -
YUV 100.39 78.13 222.59 -
System Red Green Blue C M Y K H S L
Decimal 233 50 12 0 0.79 0.95 0.09 10.32 0.9 0.48
Hex E9 32 C 0 4F 5F 9 A 5A 30
Octal 351 62 14 0 117 137 11 12 132 60
Binary 11101001 110010 1100 0 1001111 1011111 1001 1010 1011010 110000

Color Harmonies of #E9320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9320C

Black with #E9320C

Text Example


Text Example

White with #E9320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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