Html Css Color HEX #E33100 Scarlet

📋 copy color: '#E33100'

red 227 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #E33100

Tints of Scarlet #E33100

RGB

 RED value IS 227 (89.06% from 255) = 82.25%

 GREEN value IS 49 (19.53% from 255) = 17.75%

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

R = 82.25%
G = 17.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E33100 (or 0xE33100) is known color: Scarlet. HEX triplet: E3, 31 and 00. RGB value is (227,49,0). Sum of RGB (Red+Green+Blue) = 227+49+0=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E33100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33100 is #1CCEFF. Grayscale: #616161. Windows color (decimal): -1888000 or 12771. OLE color: 12771.

HSL color Cylindrical-coordinate representation of color #E33100: hue angle of 12.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E33100 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 0 -
CMYK 0 0.78 1 0.11
HSL 12.95º 1% 0.45% -
HSV(B) 12.95º 1% 0.89% -
XYZ 32.78 18.53 1.85 -
YUV 96.64 73.47 220.98 -
System Red Green Blue C M Y K H S L
Decimal 227 49 0 0 0.78 1 0.11 12.95 1 0.45
Hex E3 31 0 0 4E 64 B D 64 2D
Octal 343 61 0 0 116 144 13 15 144 55
Binary 11100011 110001 0 0 1001110 1100100 1011 1101 1100100 101101

Color Harmonies of #E33100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33100

Black with #E33100

Text Example


Text Example

White with #E33100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33100; }

 p { color: rgb(227,49,0); }

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

background-color css

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

 a { background-color: rgb(227,49,0); }

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

border-color css

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

 span { border-color: rgb(227,49,0); }

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