Html Css Color HEX #FF1100 Red

📋 copy color: '#FF1100'

red 255 ◦ green 17 ◦ blue 0

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

Shades of Red #FF1100

Tints of Red #FF1100

RGB

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

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

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

R = 93.75%
G = 6.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1100 (or 0xFF1100) is known color: Red. HEX triplet: FF, 11 and 00. RGB value is (255,17,0). Sum of RGB (Red+Green+Blue) = 255+17+0=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1100 is #00EEFF. Grayscale: #565656. Windows color (decimal): -61184 or 4607. OLE color: 4607.

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

Color convert

RGB 255 17 0 -
CMYK 0 0.93 1 0
HSL 1% 0.5% -
HSV(B) 1% 1% -
XYZ 41.44 21.66 2 -
YUV 86.22 79.35 248.38 -
System Red Green Blue C M Y K H S L
Decimal 255 17 0 0 0.93 1 0 4 1 0.5
Hex FF 11 0 0 5D 64 0 4 64 32
Octal 377 21 0 0 135 144 0 4 144 62
Binary 11111111 10001 0 0 1011101 1100100 0 100 1100100 110010

Color Harmonies of #FF1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1100

Black with #FF1100

Text Example


Text Example

White with #FF1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1100; }

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

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

background-color css

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

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

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

border-color css

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

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

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