Html Css Color HEX #FF1000 Red

📋 copy color: '#FF1000'

red 255 ◦ green 16 ◦ blue 0

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

Shades of Red #FF1000

Tints of Red #FF1000

RGB

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

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

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

R = 94.1%
G = 5.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF1000 (or 0xFF1000) is known color: Red. HEX triplet: FF, 10 and 00. RGB value is (255,16,0). Sum of RGB (Red+Green+Blue) = 255+16+0=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1000 is #00EFFF. Grayscale: #555555. Windows color (decimal): -61440 or 4351. OLE color: 4351.

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

Color convert

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

Color Harmonies of #FF1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1000

Black with #FF1000

Text Example


Text Example

White with #FF1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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