Html Css Color HEX #E32900 Scarlet

📋 copy color: '#E32900'

red 227 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #E32900

Tints of Scarlet #E32900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

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

R = 84.7%
G = 15.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E32900 (or 0xE32900) is known color: Scarlet. HEX triplet: E3, 29 and 00. RGB value is (227,41,0). Sum of RGB (Red+Green+Blue) = 227+41+0=268 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.70% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 227 - color contains mainly: red. Hex color #E32900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32900 is #1CD6FF. Grayscale: #5C5C5C. Windows color (decimal): -1890048 or 10723. OLE color: 10723.

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

Color convert

RGB 227 41 0 -
CMYK 0 0.82 1 0.11
HSL 10.84º 1% 0.45% -
HSV(B) 10.84º 1% 0.89% -
XYZ 32.47 17.92 1.75 -
YUV 91.94 76.12 224.33 -
System Red Green Blue C M Y K H S L
Decimal 227 41 0 0 0.82 1 0.11 10.84 1 0.45
Hex E3 29 0 0 52 64 B B 64 2D
Octal 343 51 0 0 122 144 13 13 144 55
Binary 11100011 101001 0 0 1010010 1100100 1011 1011 1100100 101101

Color Harmonies of #E32900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32900

Black with #E32900

Text Example


Text Example

White with #E32900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32900; }

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

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

background-color css

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

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

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

border-color css

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

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

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