Html Css Color HEX #E33200 Scarlet

📋 copy color: '#E33200'

red 227 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #E33200

Tints of Scarlet #E33200

RGB

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

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

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

R = 81.95%
G = 18.05%
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

#E33200 (or 0xE33200) is known color: Scarlet. HEX triplet: E3, 32 and 00. RGB value is (227,50,0). Sum of RGB (Red+Green+Blue) = 227+50+0=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E33200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33200 is #1CCDFF. Grayscale: #616161. Windows color (decimal): -1887744 or 13027. OLE color: 13027.

HSL color Cylindrical-coordinate representation of color #E33200: hue angle of 13.22º 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 #E33200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 0 -
CMYK 0 0.78 1 0.11
HSL 13.22º 1% 0.45% -
HSV(B) 13.22º 1% 0.89% -
XYZ 32.82 18.61 1.86 -
YUV 97.22 73.14 220.57 -
System Red Green Blue C M Y K H S L
Decimal 227 50 0 0 0.78 1 0.11 13.22 1 0.45
Hex E3 32 0 0 4E 64 B D 64 2D
Octal 343 62 0 0 116 144 13 15 144 55
Binary 11100011 110010 0 0 1001110 1100100 1011 1101 1100100 101101

Color Harmonies of #E33200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33200

Black with #E33200

Text Example


Text Example

White with #E33200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33200; }

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

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

background-color css

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

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

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

border-color css

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

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

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