Html Css Color HEX #FD1000 Red

📋 copy color: '#FD1000'

red 253 ◦ green 16 ◦ blue 0

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

Shades of Red #FD1000

Tints of Red #FD1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.05%
G = 5.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1000 (or 0xFD1000) is known color: Red. HEX triplet: FD, 10 and 00. RGB value is (253,16,0). Sum of RGB (Red+Green+Blue) = 253+16+0=269 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.05% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1000 is #02EFFF. Grayscale: #555555. Windows color (decimal): -192512 or 4349. OLE color: 4349.

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

Color convert

RGB 253 16 0 -
CMYK 0 0.94 1 0.01
HSL 3.79º 1% 0.5% -
HSV(B) 3.79º 1% 0.99% -
XYZ 40.69 21.25 1.96 -
YUV 85.04 80.02 247.8 -
System Red Green Blue C M Y K H S L
Decimal 253 16 0 0 0.94 1 0.01 3.79 1 0.5
Hex FD 10 0 0 5E 64 1 4 64 32
Octal 375 20 0 0 136 144 1 4 144 62
Binary 11111101 10000 0 0 1011110 1100100 1 100 1100100 110010

Color Harmonies of #FD1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1000

Black with #FD1000

Text Example


Text Example

White with #FD1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1000; }

 p { color: rgb(253,16,0); }

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

background-color css

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

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

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

border-color css

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

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

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