Html Css Color HEX #FF1333 Torch Red

📋 copy color: '#FF1333'

red 255 ◦ green 19 ◦ blue 51

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

Shades of Torch Red #FF1333

Tints of Torch Red #FF1333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 78.46%
G = 5.85%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FF1333 (or 0xFF1333) is known color: Torch Red. HEX triplet: FF, 13 and 33. RGB value is (255,19,51). Sum of RGB (Red+Green+Blue) = 255+19+51=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1333 is #00ECCC. Grayscale: #5D5D5D. Windows color (decimal): -60621 or 3347455. OLE color: 3347455.

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

Color convert

RGB 255 19 51 -
CMYK 0 0.93 0.8 0
HSL 351.86º 1% 0.54% -
HSV(B) 351.86º 0.93% 1% -
XYZ 42.07 21.96 5.15 -
YUV 93.21 104.19 243.4 -
System Red Green Blue C M Y K H S L
Decimal 255 19 51 0 0.93 0.8 0 351.86 1 0.54
Hex FF 13 33 0 5D 50 0 160 64 36
Octal 377 23 63 0 135 120 0 540 144 66
Binary 11111111 10011 110011 0 1011101 1010000 0 101100000 1100100 110110

Color Harmonies of #FF1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1333

Black with #FF1333

Text Example


Text Example

White with #FF1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1333; }

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

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

background-color css

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

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

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

border-color css

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

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

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