Html Css Color HEX #FF0101 Red

📋 copy color: '#FF0101'

red 255 ◦ green 1 ◦ blue 1

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

Shades of Red #FF0101

Tints of Red #FF0101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 99.22%
G = 0.39%
B = 0.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF0101 (or 0xFF0101) is known color: Red. HEX triplet: FF, 01 and 01. RGB value is (255,1,1). Sum of RGB (Red+Green+Blue) = 255+1+1=257 (34% of max value = 765). Red value is 255 (100% from 255 or 99.22% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0101 is #00FEFE. Grayscale: #4D4D4D. Windows color (decimal): -65279 or 66047. OLE color: 66047.

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

Color convert

RGB 255 1 1 -
CMYK 0 1.00 1.00 0
HSL 1% 0.5% -
HSV(B) 1% 1% -
XYZ 41.26 21.28 1.96 -
YUV 76.95 85.15 255 -
System Red Green Blue C M Y K H S L
Decimal 255 1 1 0 1.00 1.00 0 0 1 0.5
Hex FF 1 1 0 64 64 0 0 64 32
Octal 377 1 1 0 144 144 0 0 144 62
Binary 11111111 1 1 0 1100100 1100100 0 0 1100100 110010

Color Harmonies of #FF0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0101

Black with #FF0101

Text Example


Text Example

White with #FF0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0101; }

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

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

background-color css

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

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

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

border-color css

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

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

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