Html Css Color HEX #FF133B Torch Red

📋 copy color: '#FF133B'

red 255 ◦ green 19 ◦ blue 59

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

Shades of Torch Red #FF133B

Tints of Torch Red #FF133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 76.58%
G = 5.71%
B = 17.72%

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

#FF133B (or 0xFF133B) is known color: Torch Red. HEX triplet: FF, 13 and 3B. RGB value is (255,19,59). Sum of RGB (Red+Green+Blue) = 255+19+59=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF133B is #00ECC4. Grayscale: #5E5E5E. Windows color (decimal): -60613 or 3871743. OLE color: 3871743.

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

Color convert

RGB 255 19 59 -
CMYK 0 0.93 0.77 0
HSL 349.83º 1% 0.54% -
HSV(B) 349.83º 0.93% 1% -
XYZ 42.26 22.04 6.16 -
YUV 94.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 255 19 59 0 0.93 0.77 0 349.83 1 0.54
Hex FF 13 3B 0 5D 4D 0 15E 64 36
Octal 377 23 73 0 135 115 0 536 144 66
Binary 11111111 10011 111011 0 1011101 1001101 0 101011110 1100100 110110

Color Harmonies of #FF133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF133B

Black with #FF133B

Text Example


Text Example

White with #FF133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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