Html Css Color HEX #FF0210 Torch Red

📋 copy color: '#FF0210'

red 255 ◦ green 2 ◦ blue 16

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

Shades of Torch Red #FF0210

Tints of Torch Red #FF0210

RGB

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

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

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

R = 93.41%
G = 0.73%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF0210 (or 0xFF0210) is known color: Torch Red. HEX triplet: FF, 02 and 10. RGB value is (255,2,16). Sum of RGB (Red+Green+Blue) = 255+2+16=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0210 is #00FDEF. Grayscale: #4F4F4F. Windows color (decimal): -65008 or 1049343. OLE color: 1049343.

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

Color convert

RGB 255 2 16 -
CMYK 0 0.99 0.94 0
HSL 356.68º 1% 0.5% -
HSV(B) 356.68º 0.99% 1% -
XYZ 41.36 21.34 2.43 -
YUV 79.24 92.32 253.36 -
System Red Green Blue C M Y K H S L
Decimal 255 2 16 0 0.99 0.94 0 356.68 1 0.5
Hex FF 2 10 0 63 5E 0 165 64 32
Octal 377 2 20 0 143 136 0 545 144 62
Binary 11111111 10 10000 0 1100011 1011110 0 101100101 1100100 110010

Color Harmonies of #FF0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0210

Black with #FF0210

Text Example


Text Example

White with #FF0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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