#ED271E

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

Shades of Scarlet #ED271E

Tints of Scarlet #ED271E

Color information

#ED271E (or 0xED271E) is unknown color: approx Scarlet. HEX triplet: ED, 27 and 1E. RGB value is (237,39,30). Sum of RGB (Red+Green+Blue) = 237+39+30=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED271E is #12D8E1. Grayscale: #616161. Windows color (decimal): -1235170 or 1976301. OLE color: 1976301.

HSL color Cylindrical-coordinate representation of color #ED271E: hue angle of 2.61º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED271E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB2373930-
CMYK00.840.870.07
HSL2.61º85.19%52.35%-
HSV(B)2.61º87.34%92.94%-
XYZ35.8819.553.11-
YUV97.1890.1227.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.45%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=77.45%
G=12.75%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237393000.840.870.072.6185.1952.35
HexED271E05457735534
Octal355473601241277312564
Binary1110110110011111110010101001010111111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED271E; }

 p { color: rgb(237,39,30); }

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

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

 a { background-color: rgb(237,39,30); }

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

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

 span { border-color: rgb(237,39,30); }

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