Html Css Color HEX #FD1201 Red

📋 copy color: '#FD1201'

red 253 ◦ green 18 ◦ blue 1

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

Shades of Red #FD1201

Tints of Red #FD1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 93.01%
G = 6.62%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD1201 (or 0xFD1201) is known color: Red. HEX triplet: FD, 12 and 01. RGB value is (253,18,1). Sum of RGB (Red+Green+Blue) = 253+18+1=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1201 is #02EDFE. Grayscale: #565656. Windows color (decimal): -191999 or 70397. OLE color: 70397.

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

Color convert

RGB 253 18 1 -
CMYK 0 0.93 1.00 0.01
HSL 4.05º 0.99% 0.5% -
HSV(B) 4.05º 1% 0.99% -
XYZ 40.73 21.32 2 -
YUV 86.33 79.86 246.88 -
System Red Green Blue C M Y K H S L
Decimal 253 18 1 0 0.93 1.00 0.01 4.05 0.99 0.5
Hex FD 12 1 0 5D 64 1 4 63 32
Octal 375 22 1 0 135 144 1 4 143 62
Binary 11111101 10010 1 0 1011101 1100100 1 100 1100011 110010

Color Harmonies of #FD1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1201

Black with #FD1201

Text Example


Text Example

White with #FD1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1201; }

 p { color: rgb(253,18,1); }

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

background-color css

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

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

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

border-color css

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

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

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