Html Css Color HEX #E32600 Scarlet

📋 copy color: '#E32600'

red 227 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #E32600

Tints of Scarlet #E32600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 85.66%
G = 14.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E32600 (or 0xE32600) is known color: Scarlet. HEX triplet: E3, 26 and 00. RGB value is (227,38,0). Sum of RGB (Red+Green+Blue) = 227+38+0=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E32600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32600 is #1CD9FF. Grayscale: #5A5A5A. Windows color (decimal): -1890816 or 9955. OLE color: 9955.

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

Color convert

RGB 227 38 0 -
CMYK 0 0.83 1 0.11
HSL 10.04º 1% 0.45% -
HSV(B) 10.04º 1% 0.89% -
XYZ 32.37 17.72 1.71 -
YUV 90.18 77.12 225.59 -
System Red Green Blue C M Y K H S L
Decimal 227 38 0 0 0.83 1 0.11 10.04 1 0.45
Hex E3 26 0 0 53 64 B A 64 2D
Octal 343 46 0 0 123 144 13 12 144 55
Binary 11100011 100110 0 0 1010011 1100100 1011 1010 1100100 101101

Color Harmonies of #E32600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32600

Black with #E32600

Text Example


Text Example

White with #E32600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32600; }

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

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

background-color css

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

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

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

border-color css

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

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

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