#ED0B33

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

Shades of Torch Red #ED0B33

Tints of Torch Red #ED0B33

Color information

#ED0B33 (or 0xED0B33) is unknown color: approx Torch Red. HEX triplet: ED, 0B and 33. RGB value is (237,11,51). Sum of RGB (Red+Green+Blue) = 237+11+51=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0B33 is #12F4CC. Grayscale: #535353. Windows color (decimal): -1242317 or 3345389. OLE color: 3345389.

HSL color Cylindrical-coordinate representation of color #ED0B33: hue angle of 349.38º 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 #ED0B33 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB2371151-
CMYK00.950.780.07
HSL349.38º91.13%48.63%-
HSV(B)349.38º95.36%92.94%-
XYZ35.6418.484.82-
YUV83.13109.87237.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 79.26%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=79.26%
G=3.68%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237115100.950.780.07349.3891.1348.63
HexEDB3305F4E715d5b31
Octal35513630137116753513361
Binary1110110110111100110101111110011101111010111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0B33; }

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

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

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

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

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

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

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

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