#FF0503

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

Shades of Red #FF0503

Tints of Red #FF0503

Color information

#FF0503 (or 0xFF0503) is unknown color: approx Red. HEX triplet: FF, 05 and 03. RGB value is (255,5,3). Sum of RGB (Red+Green+Blue) = 255+5+3=263 (34% of max value = 765). Red value is 255 (100% from 255 or 96.96% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0503 is #00FAFC. Grayscale: #4F4F4F. Windows color (decimal): -64253 or 198143. OLE color: 198143.

HSL color Cylindrical-coordinate representation of color #FF0503: hue angle of 0.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB25553-
CMYK00.980.990
HSL0.48º100%50.59%-
HSV(B)0.48º98.82%100%-
XYZ41.3121.382.03-
YUV79.5284.82253.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 96.96%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=96.96%
G=1.90%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555300.980.9900.4810050.59
HexFF5306263006433
Octal3775301421430014463
Binary1111111110111011000101100011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0503; }

 p { color: rgb(255,5,3); }

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

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

 a { background-color: rgb(255,5,3); }

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

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

 span { border-color: rgb(255,5,3); }

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