Html Css Color HEX #FD0504 Red

📋 copy color: '#FD0504'

red 253 ◦ green 5 ◦ blue 4

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

Shades of Red #FD0504

Tints of Red #FD0504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 96.56%
G = 1.91%
B = 1.53%

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

#FD0504 (or 0xFD0504) is known color: Red. HEX triplet: FD, 05 and 04. RGB value is (253,5,4). Sum of RGB (Red+Green+Blue) = 253+5+4=262 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.56% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0504 is #02FAFB. Grayscale: #4F4F4F. Windows color (decimal): -195324 or 263677. OLE color: 263677.

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

Color convert

RGB 253 5 4 -
CMYK 0 0.98 0.98 0.01
HSL 0.24º 0.98% 0.5% -
HSV(B) 0.24º 0.98% 0.99% -
XYZ 40.58 21 2.03 -
YUV 79.04 85.66 252.08 -
System Red Green Blue C M Y K H S L
Decimal 253 5 4 0 0.98 0.98 0.01 0.24 0.98 0.5
Hex FD 5 4 0 62 62 1 0 62 32
Octal 375 5 4 0 142 142 1 0 142 62
Binary 11111101 101 100 0 1100010 1100010 1 0 1100010 110010

Color Harmonies of #FD0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0504

Black with #FD0504

Text Example


Text Example

White with #FD0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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