Html Css Color HEX #FD0503 Red

📋 copy color: '#FD0503'

red 253 ◦ green 5 ◦ blue 3

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

Shades of Red #FD0503

Tints of Red #FD0503

RGB

 RED value IS 253 (99.22% from 255) = 96.93%

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

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

R = 96.93%
G = 1.92%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD0503 (or 0xFD0503) is known color: Red. HEX triplet: FD, 05 and 03. RGB value is (253,5,3). Sum of RGB (Red+Green+Blue) = 253+5+3=261 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.93% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0503 is #02FAFC. Grayscale: #4F4F4F. Windows color (decimal): -195325 or 198141. OLE color: 198141.

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

Color convert

RGB 253 5 3 -
CMYK 0 0.98 0.99 0.01
HSL 0.48º 0.98% 0.5% -
HSV(B) 0.48º 0.99% 0.99% -
XYZ 40.58 21 2 -
YUV 78.92 85.16 252.16 -
System Red Green Blue C M Y K H S L
Decimal 253 5 3 0 0.98 0.99 0.01 0.48 0.98 0.5
Hex FD 5 3 0 62 63 1 0 62 32
Octal 375 5 3 0 142 143 1 0 142 62
Binary 11111101 101 11 0 1100010 1100011 1 0 1100010 110010

Color Harmonies of #FD0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0503

Black with #FD0503

Text Example


Text Example

White with #FD0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0503; }

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

 H1.HeaderClassName
 {
   color: #FD0503;
 }
 .AnyTagClassName
 {
   color: #FD0503;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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