Html Css Color HEX #FF121B Torch Red

📋 copy color: '#FF121B'

red 255 ◦ green 18 ◦ blue 27

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

Shades of Torch Red #FF121B

Tints of Torch Red #FF121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 85%
G = 6%
B = 9%

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

#FF121B (or 0xFF121B) is known color: Torch Red. HEX triplet: FF, 12 and 1B. RGB value is (255,18,27). Sum of RGB (Red+Green+Blue) = 255+18+27=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF121B is #00EDE4. Grayscale: #5A5A5A. Windows color (decimal): -60901 or 1774335. OLE color: 1774335.

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

Color convert

RGB 255 18 27 -
CMYK 0 0.93 0.89 0
HSL 357.72º 1% 0.54% -
HSV(B) 357.72º 0.93% 1% -
XYZ 41.65 21.77 3.04 -
YUV 89.89 92.52 245.77 -
System Red Green Blue C M Y K H S L
Decimal 255 18 27 0 0.93 0.89 0 357.72 1 0.54
Hex FF 12 1B 0 5D 59 0 166 64 36
Octal 377 22 33 0 135 131 0 546 144 66
Binary 11111111 10010 11011 0 1011101 1011001 0 101100110 1100100 110110

Color Harmonies of #FF121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF121B

Black with #FF121B

Text Example


Text Example

White with #FF121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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