Html Css Color HEX #FF133F Torch Red

📋 copy color: '#FF133F'

red 255 ◦ green 19 ◦ blue 63

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

Shades of Torch Red #FF133F

Tints of Torch Red #FF133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 75.67%
G = 5.64%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF133F (or 0xFF133F) is known color: Torch Red. HEX triplet: FF, 13 and 3F. RGB value is (255,19,63). Sum of RGB (Red+Green+Blue) = 255+19+63=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF133F is #00ECC0. Grayscale: #5E5E5E. Windows color (decimal): -60609 or 4133887. OLE color: 4133887.

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

Color convert

RGB 255 19 63 -
CMYK 0 0.93 0.75 0
HSL 348.81º 1% 0.54% -
HSV(B) 348.81º 0.93% 1% -
XYZ 42.37 22.08 6.73 -
YUV 94.58 110.19 242.42 -
System Red Green Blue C M Y K H S L
Decimal 255 19 63 0 0.93 0.75 0 348.81 1 0.54
Hex FF 13 3F 0 5D 4B 0 15D 64 36
Octal 377 23 77 0 135 113 0 535 144 66
Binary 11111111 10011 111111 0 1011101 1001011 0 101011101 1100100 110110

Color Harmonies of #FF133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF133F

Black with #FF133F

Text Example


Text Example

White with #FF133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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