Html Css Color HEX #FF122B Torch Red

📋 copy color: '#FF122B'

red 255 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #FF122B

Tints of Torch Red #FF122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 80.7%
G = 5.7%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF122B (or 0xFF122B) is known color: Torch Red. HEX triplet: FF, 12 and 2B. RGB value is (255,18,43). Sum of RGB (Red+Green+Blue) = 255+18+43=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF122B is #00EDD4. Grayscale: #5B5B5B. Windows color (decimal): -60885 or 2822911. OLE color: 2822911.

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

Color convert

RGB 255 18 43 -
CMYK 0 0.93 0.83 0
HSL 353.67º 1% 0.54% -
HSV(B) 353.67º 0.93% 1% -
XYZ 41.89 21.87 4.3 -
YUV 91.71 100.52 244.47 -
System Red Green Blue C M Y K H S L
Decimal 255 18 43 0 0.93 0.83 0 353.67 1 0.54
Hex FF 12 2B 0 5D 53 0 162 64 36
Octal 377 22 53 0 135 123 0 542 144 66
Binary 11111111 10010 101011 0 1011101 1010011 0 101100010 1100100 110110

Color Harmonies of #FF122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF122B

Black with #FF122B

Text Example


Text Example

White with #FF122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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