Html Css Color HEX #FF0503 Red

📋 copy color: '#FF0503'

red 255 ◦ green 5 ◦ blue 3

#FF0503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FF0503

Tints of Red #FF0503

RGB

 RED value IS 255 (100% from 255) = 96.96%

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 96.96%
G = 1.9%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0503 (or 0xFF0503) is known color: 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

RGB 255 5 3 -
CMYK 0 0.98 0.99 0
HSL 0.48º 1% 0.51% -
HSV(B) 0.48º 0.99% 1% -
XYZ 41.31 21.38 2.03 -
YUV 79.52 84.83 253.16 -
System Red Green Blue C M Y K H S L
Decimal 255 5 3 0 0.98 0.99 0 0.48 1 0.51
Hex FF 5 3 0 62 63 0 0 64 33
Octal 377 5 3 0 142 143 0 0 144 63
Binary 11111111 101 11 0 1100010 1100011 0 0 1100100 110011

Color Harmonies of #FF0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0503

Black with #FF0503

Text Example


Text Example

White with #FF0503

Text Example


Text Example

HTML Codes & Css Web 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>