#E21B0F

Color #E21B0F Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E21B0F

Tints of Scarlet #E21B0F

Color information

#E21B0F (or 0xE21B0F) is unknown color: approx Scarlet. HEX triplet: E2, 1B and 0F. RGB value is (226,27,15). Sum of RGB (Red+Green+Blue) = 226+27+15=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21B0F is #1DE4F0. Grayscale: #555555. Windows color (decimal): -1959153 or 990178. OLE color: 990178.

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

Color convert

RGB2262715-
CMYK00.880.930.11
HSL3.41º87.55%47.25%-
HSV(B)3.41º93.36%88.63%-
XYZ31.8416.992.05-
YUV85.1388.43228.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 84.33%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=84.33%
G=10.07%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226271500.880.930.113.4187.5547.25
HexE21BF0585DB3582f
Octal3423317013013513313057
Binary111000101101111110101100010111011011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21B0F; }

 p { color: rgb(226,27,15); }

 H1.HeaderClassName
 {
   color: #E21B0F;
 }
 .AnyTagClassName
 {
   color: #E21B0F;
 }
</style>
background-color css

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

 a { background-color: rgb(226,27,15); }

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

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

 span { border-color: rgb(226,27,15); }

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