#ED300B

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

Shades of Scarlet #ED300B

Tints of Scarlet #ED300B

Color information

#ED300B (or 0xED300B) is unknown color: approx Scarlet. HEX triplet: ED, 30 and 0B. RGB value is (237,48,11). Sum of RGB (Red+Green+Blue) = 237+48+11=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED300B is #12CFF4. Grayscale: #646464. Windows color (decimal): -1232885 or 733421. OLE color: 733421.

HSL color Cylindrical-coordinate representation of color #ED300B: hue angle of 9.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED300B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2374811-
CMYK00.800.950.07
HSL9.82º91.13%48.63%-
HSV(B)9.82º95.36%92.94%-
XYZ36.0420.142.3-
YUV100.2977.62225.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 80.07%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=80.07%
G=16.22%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237481100.800.950.079.8291.1348.63
HexED30B0505F7a5b31
Octal3556013012013771213361
Binary11101101110000101101010000101111111110101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED300B; }

 p { color: rgb(237,48,11); }

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

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

 a { background-color: rgb(237,48,11); }

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

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

 span { border-color: rgb(237,48,11); }

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