Html Css Color HEX #FF1001 Red

📋 copy color: '#FF1001'

red 255 ◦ green 16 ◦ blue 1

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

Shades of Red #FF1001

Tints of Red #FF1001

RGB

 RED value IS 255 (100% from 255) = 93.75%

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

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

R = 93.75%
G = 5.88%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF1001 (or 0xFF1001) is known color: Red. HEX triplet: FF, 10 and 01. RGB value is (255,16,1). Sum of RGB (Red+Green+Blue) = 255+16+1=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1001 is #00EFFE. Grayscale: #565656. Windows color (decimal): -61439 or 69887. OLE color: 69887.

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

Color convert

RGB 255 16 1 -
CMYK 0 0.94 1.00 0
HSL 3.54º 1% 0.5% -
HSV(B) 3.54º 1% 1% -
XYZ 41.43 21.63 2.02 -
YUV 85.75 80.18 248.72 -
System Red Green Blue C M Y K H S L
Decimal 255 16 1 0 0.94 1.00 0 3.54 1 0.5
Hex FF 10 1 0 5E 64 0 4 64 32
Octal 377 20 1 0 136 144 0 4 144 62
Binary 11111111 10000 1 0 1011110 1100100 0 100 1100100 110010

Color Harmonies of #FF1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1001

Black with #FF1001

Text Example


Text Example

White with #FF1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1001; }

 p { color: rgb(255,16,1); }

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

background-color css

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

 a { background-color: rgb(255,16,1); }

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

border-color css

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

 span { border-color: rgb(255,16,1); }

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