Html Css Color HEX #FF121F Torch Red

📋 copy color: '#FF121F'

red 255 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #FF121F

Tints of Torch Red #FF121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 83.88%
G = 5.92%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF121F (or 0xFF121F) is known color: Torch Red. HEX triplet: FF, 12 and 1F. RGB value is (255,18,31). Sum of RGB (Red+Green+Blue) = 255+18+31=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121F is #00EDE0. Grayscale: #5A5A5A. Windows color (decimal): -60897 or 2036479. OLE color: 2036479.

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

Color convert

RGB 255 18 31 -
CMYK 0 0.93 0.88 0
HSL 356.71º 1% 0.54% -
HSV(B) 356.71º 0.93% 1% -
XYZ 41.7 21.79 3.3 -
YUV 90.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 255 18 31 0 0.93 0.88 0 356.71 1 0.54
Hex FF 12 1F 0 5D 58 0 165 64 36
Octal 377 22 37 0 135 130 0 545 144 66
Binary 11111111 10010 11111 0 1011101 1011000 0 101100101 1100100 110110

Color Harmonies of #FF121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF121F

Black with #FF121F

Text Example


Text Example

White with #FF121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF121F; }

 p { color: rgb(255,18,31); }

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

background-color css

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

 a { background-color: rgb(255,18,31); }

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

border-color css

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

 span { border-color: rgb(255,18,31); }

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