Html Css Color HEX #FF121C Torch Red

📋 copy color: '#FF121C'

red 255 ◦ green 18 ◦ blue 28

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

Shades of Torch Red #FF121C

Tints of Torch Red #FF121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 84.72%
G = 5.98%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF121C (or 0xFF121C) is known color: Torch Red. HEX triplet: FF, 12 and 1C. RGB value is (255,18,28). Sum of RGB (Red+Green+Blue) = 255+18+28=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121C is #00EDE3. Grayscale: #5A5A5A. Windows color (decimal): -60900 or 1839871. OLE color: 1839871.

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

Color convert

RGB 255 18 28 -
CMYK 0 0.93 0.89 0
HSL 357.47º 1% 0.54% -
HSV(B) 357.47º 0.93% 1% -
XYZ 41.67 21.78 3.11 -
YUV 90 93.02 245.69 -
System Red Green Blue C M Y K H S L
Decimal 255 18 28 0 0.93 0.89 0 357.47 1 0.54
Hex FF 12 1C 0 5D 59 0 165 64 36
Octal 377 22 34 0 135 131 0 545 144 66
Binary 11111111 10010 11100 0 1011101 1011001 0 101100101 1100100 110110

Color Harmonies of #FF121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF121C

Black with #FF121C

Text Example


Text Example

White with #FF121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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