Html Css Color HEX #FD0505 Red

📋 copy color: '#FD0505'

red 253 ◦ green 5 ◦ blue 5

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

Shades of Red #FD0505

Tints of Red #FD0505

RGB

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

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

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

R = 96.2%
G = 1.9%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD0505 (or 0xFD0505) is known color: Red. HEX triplet: FD, 05 and 05. RGB value is (253,5,5). Sum of RGB (Red+Green+Blue) = 253+5+5=263 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.20% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0505 is #02FAFA. Grayscale: #4F4F4F. Windows color (decimal): -195323 or 329213. OLE color: 329213.

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

Color convert

RGB 253 5 5 -
CMYK 0 0.98 0.98 0.01
HSL 0.98% 0.51% -
HSV(B) 0.98% 0.99% -
XYZ 40.59 21 2.06 -
YUV 79.15 86.16 252 -
System Red Green Blue C M Y K H S L
Decimal 253 5 5 0 0.98 0.98 0.01 0 0.98 0.51
Hex FD 5 5 0 62 62 1 0 62 33
Octal 375 5 5 0 142 142 1 0 142 63
Binary 11111101 101 101 0 1100010 1100010 1 0 1100010 110011

Color Harmonies of #FD0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0505

Black with #FD0505

Text Example


Text Example

White with #FD0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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