Html Css Color HEX #FF1434 Torch Red

📋 copy color: '#FF1434'

red 255 ◦ green 20 ◦ blue 52

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

Shades of Torch Red #FF1434

Tints of Torch Red #FF1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 77.98%
G = 6.12%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF1434 (or 0xFF1434) is known color: Torch Red. HEX triplet: FF, 14 and 34. RGB value is (255,20,52). Sum of RGB (Red+Green+Blue) = 255+20+52=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1434 is #00EBCB. Grayscale: #5E5E5E. Windows color (decimal): -60364 or 3413247. OLE color: 3413247.

HSL color Cylindrical-coordinate representation of color #FF1434: hue angle of 351.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1434 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 20 52 -
CMYK 0 0.92 0.80 0
HSL 351.83º 1% 0.54% -
HSV(B) 351.83º 0.92% 1% -
XYZ 42.11 22.01 5.28 -
YUV 93.91 104.36 242.9 -
System Red Green Blue C M Y K H S L
Decimal 255 20 52 0 0.92 0.80 0 351.83 1 0.54
Hex FF 14 34 0 5C 50 0 160 64 36
Octal 377 24 64 0 134 120 0 540 144 66
Binary 11111111 10100 110100 0 1011100 1010000 0 101100000 1100100 110110

Color Harmonies of #FF1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1434

Black with #FF1434

Text Example


Text Example

White with #FF1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1434; }

 p { color: rgb(255,20,52); }

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

background-color css

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

 a { background-color: rgb(255,20,52); }

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

border-color css

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

 span { border-color: rgb(255,20,52); }

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