Html Css Color HEX #FF122F Torch Red

📋 copy color: '#FF122F'

red 255 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #FF122F

Tints of Torch Red #FF122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 79.69%
G = 5.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF122F (or 0xFF122F) is known color: Torch Red. HEX triplet: FF, 12 and 2F. RGB value is (255,18,47). Sum of RGB (Red+Green+Blue) = 255+18+47=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF122F is #00EDD0. Grayscale: #5C5C5C. Windows color (decimal): -60881 or 3085055. OLE color: 3085055.

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

Color convert

RGB 255 18 47 -
CMYK 0 0.93 0.82 0
HSL 352.66º 1% 0.54% -
HSV(B) 352.66º 0.93% 1% -
XYZ 41.97 21.9 4.7 -
YUV 92.17 102.52 244.14 -
System Red Green Blue C M Y K H S L
Decimal 255 18 47 0 0.93 0.82 0 352.66 1 0.54
Hex FF 12 2F 0 5D 52 0 161 64 36
Octal 377 22 57 0 135 122 0 541 144 66
Binary 11111111 10010 101111 0 1011101 1010010 0 101100001 1100100 110110

Color Harmonies of #FF122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF122F

Black with #FF122F

Text Example


Text Example

White with #FF122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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