Html Css Color HEX #FF0211 Torch Red

📋 copy color: '#FF0211'

red 255 ◦ green 2 ◦ blue 17

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

Shades of Torch Red #FF0211

Tints of Torch Red #FF0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 93.07%
G = 0.73%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0211 (or 0xFF0211) is known color: Torch Red. HEX triplet: FF, 02 and 11. RGB value is (255,2,17). Sum of RGB (Red+Green+Blue) = 255+2+17=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0211 is #00FDEE. Grayscale: #4F4F4F. Windows color (decimal): -65007 or 1114879. OLE color: 1114879.

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

Color convert

RGB 255 2 17 -
CMYK 0 0.99 0.93 0
HSL 356.44º 1% 0.5% -
HSV(B) 356.44º 0.99% 1% -
XYZ 41.36 21.34 2.47 -
YUV 79.36 92.82 253.28 -
System Red Green Blue C M Y K H S L
Decimal 255 2 17 0 0.99 0.93 0 356.44 1 0.5
Hex FF 2 11 0 63 5D 0 164 64 32
Octal 377 2 21 0 143 135 0 544 144 62
Binary 11111111 10 10001 0 1100011 1011101 0 101100100 1100100 110010

Color Harmonies of #FF0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0211

Black with #FF0211

Text Example


Text Example

White with #FF0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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