Html Css Color HEX #FF1343 Torch Red

📋 copy color: '#FF1343'

red 255 ◦ green 19 ◦ blue 67

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

Shades of Torch Red #FF1343

Tints of Torch Red #FF1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 74.78%
G = 5.57%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF1343 (or 0xFF1343) is known color: Torch Red. HEX triplet: FF, 13 and 43. RGB value is (255,19,67). Sum of RGB (Red+Green+Blue) = 255+19+67=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1343 is #00ECBC. Grayscale: #5F5F5F. Windows color (decimal): -60605 or 4396031. OLE color: 4396031.

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

Color convert

RGB 255 19 67 -
CMYK 0 0.93 0.74 0
HSL 347.8º 1% 0.54% -
HSV(B) 347.8º 0.93% 1% -
XYZ 42.49 22.13 7.34 -
YUV 95.04 112.19 242.1 -
System Red Green Blue C M Y K H S L
Decimal 255 19 67 0 0.93 0.74 0 347.8 1 0.54
Hex FF 13 43 0 5D 4A 0 15C 64 36
Octal 377 23 103 0 135 112 0 534 144 66
Binary 11111111 10011 1000011 0 1011101 1001010 0 101011100 1100100 110110

Color Harmonies of #FF1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1343

Black with #FF1343

Text Example


Text Example

White with #FF1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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