Html Css Color HEX #FF123B Torch Red

📋 copy color: '#FF123B'

red 255 ◦ green 18 ◦ blue 59

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

Shades of Torch Red #FF123B

Tints of Torch Red #FF123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 76.81%
G = 5.42%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF123B (or 0xFF123B) is known color: Torch Red. HEX triplet: FF, 12 and 3B. RGB value is (255,18,59). Sum of RGB (Red+Green+Blue) = 255+18+59=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF123B is #00EDC4. Grayscale: #5D5D5D. Windows color (decimal): -60869 or 3871487. OLE color: 3871487.

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

Color convert

RGB 255 18 59 -
CMYK 0 0.93 0.77 0
HSL 349.62º 1% 0.54% -
HSV(B) 349.62º 0.93% 1% -
XYZ 42.25 22.01 6.16 -
YUV 93.54 108.52 243.17 -
System Red Green Blue C M Y K H S L
Decimal 255 18 59 0 0.93 0.77 0 349.62 1 0.54
Hex FF 12 3B 0 5D 4D 0 15E 64 36
Octal 377 22 73 0 135 115 0 536 144 66
Binary 11111111 10010 111011 0 1011101 1001101 0 101011110 1100100 110110

Color Harmonies of #FF123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF123B

Black with #FF123B

Text Example


Text Example

White with #FF123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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