Html Css Color HEX #FD0901 Red

📋 copy color: '#FD0901'

red 253 ◦ green 9 ◦ blue 1

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

Shades of Red #FD0901

Tints of Red #FD0901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 96.2%
G = 3.42%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD0901 (or 0xFD0901) is known color: Red. HEX triplet: FD, 09 and 01. RGB value is (253,9,1). Sum of RGB (Red+Green+Blue) = 253+9+1=263 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.20% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0901 is #02F6FE. Grayscale: #515151. Windows color (decimal): -194303 or 68093. OLE color: 68093.

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

Color convert

RGB 253 9 1 -
CMYK 0 0.96 1.00 0.01
HSL 1.9º 0.99% 0.5% -
HSV(B) 1.9º 1% 0.99% -
XYZ 40.61 21.08 1.96 -
YUV 81.04 82.84 250.65 -
System Red Green Blue C M Y K H S L
Decimal 253 9 1 0 0.96 1.00 0.01 1.9 0.99 0.5
Hex FD 9 1 0 60 64 1 2 63 32
Octal 375 11 1 0 140 144 1 2 143 62
Binary 11111101 1001 1 0 1100000 1100100 1 10 1100011 110010

Color Harmonies of #FD0901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0901

Black with #FD0901

Text Example


Text Example

White with #FD0901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0901; }

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

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

background-color css

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

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

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

border-color css

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

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

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