Html Css Color HEX #E32500 Scarlet

📋 copy color: '#E32500'

red 227 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #E32500

Tints of Scarlet #E32500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 85.98%
G = 14.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E32500 (or 0xE32500) is known color: Scarlet. HEX triplet: E3, 25 and 00. RGB value is (227,37,0). Sum of RGB (Red+Green+Blue) = 227+37+0=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E32500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32500 is #1CDAFF. Grayscale: #595959. Windows color (decimal): -1891072 or 9699. OLE color: 9699.

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

Color convert

RGB 227 37 0 -
CMYK 0 0.84 1 0.11
HSL 9.78º 1% 0.45% -
HSV(B) 9.78º 1% 0.89% -
XYZ 32.34 17.65 1.7 -
YUV 89.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 227 37 0 0 0.84 1 0.11 9.78 1 0.45
Hex E3 25 0 0 54 64 B A 64 2D
Octal 343 45 0 0 124 144 13 12 144 55
Binary 11100011 100101 0 0 1010100 1100100 1011 1010 1100100 101101

Color Harmonies of #E32500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32500

Black with #E32500

Text Example


Text Example

White with #E32500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32500; }

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

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

background-color css

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

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

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

border-color css

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

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

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