Html Css Color HEX #FF0010 Torch Red

📋 copy color: '#FF0010'

red 255 ◦ green 0 ◦ blue 16

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

Shades of Torch Red #FF0010

Tints of Torch Red #FF0010

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 0 16 -
CMYK 0 1 0.94 0
HSL 356.24º 1% 0.5% -
HSV(B) 356.24º 1% 1% -
XYZ 41.33 21.3 2.42 -
YUV 78.07 92.98 254.2 -
System Red Green Blue C M Y K H S L
Decimal 255 0 16 0 1 0.94 0 356.24 1 0.5
Hex FF 0 10 0 64 5E 0 164 64 32
Octal 377 0 20 0 144 136 0 544 144 62
Binary 11111111 0 10000 0 1100100 1011110 0 101100100 1100100 110010

Color Harmonies of #FF0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0010

Black with #FF0010

Text Example


Text Example

White with #FF0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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