Html Css Color HEX #FD1100 Red

📋 copy color: '#FD1100'

red 253 ◦ green 17 ◦ blue 0

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

Shades of Red #FD1100

Tints of Red #FD1100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

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

R = 93.7%
G = 6.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1100 (or 0xFD1100) is known color: Red. HEX triplet: FD, 11 and 00. RGB value is (253,17,0). Sum of RGB (Red+Green+Blue) = 253+17+0=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1100 is #02EEFF. Grayscale: #555555. Windows color (decimal): -192256 or 4605. OLE color: 4605.

HSL color Cylindrical-coordinate representation of color #FD1100: hue angle of 4.03º 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 #FD1100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 17 0 -
CMYK 0 0.93 1 0.01
HSL 4.03º 1% 0.5% -
HSV(B) 4.03º 1% 0.99% -
XYZ 40.71 21.28 1.96 -
YUV 85.63 79.69 247.38 -
System Red Green Blue C M Y K H S L
Decimal 253 17 0 0 0.93 1 0.01 4.03 1 0.5
Hex FD 11 0 0 5D 64 1 4 64 32
Octal 375 21 0 0 135 144 1 4 144 62
Binary 11111101 10001 0 0 1011101 1100100 1 100 1100100 110010

Color Harmonies of #FD1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1100

Black with #FD1100

Text Example


Text Example

White with #FD1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1100; }

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

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

background-color css

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

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

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

border-color css

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

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

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