Html Css Color HEX #E93000 Scarlet

📋 copy color: '#E93000'

red 233 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #E93000

Tints of Scarlet #E93000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.92%
G = 17.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E93000 (or 0xE93000) is known color: Scarlet. HEX triplet: E9, 30 and 00. RGB value is (233,48,0). Sum of RGB (Red+Green+Blue) = 233+48+0=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E93000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93000 is #16CFFF. Grayscale: #626262. Windows color (decimal): -1495040 or 12521. OLE color: 12521.

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

Color convert

RGB 233 48 0 -
CMYK 0 0.79 1 0.09
HSL 12.36º 1% 0.46% -
HSV(B) 12.36º 1% 0.91% -
XYZ 34.66 19.44 1.92 -
YUV 97.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 233 48 0 0 0.79 1 0.09 12.36 1 0.46
Hex E9 30 0 0 4F 64 9 C 64 2E
Octal 351 60 0 0 117 144 11 14 144 56
Binary 11101001 110000 0 0 1001111 1100100 1001 1100 1100100 101110

Color Harmonies of #E93000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93000

Black with #E93000

Text Example


Text Example

White with #E93000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93000; }

 p { color: rgb(233,48,0); }

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

background-color css

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

 a { background-color: rgb(233,48,0); }

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

border-color css

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

 span { border-color: rgb(233,48,0); }

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