Html Css Color HEX #FA1334 Torch Red

📋 copy color: '#FA1334'

red 250 ◦ green 19 ◦ blue 52

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

Shades of Torch Red #FA1334

Tints of Torch Red #FA1334

RGB

 RED value IS 250 (98.05% from 255) = 77.88%

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

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

R = 77.88%
G = 5.92%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1334 (or 0xFA1334) is known color: Torch Red. HEX triplet: FA, 13 and 34. RGB value is (250,19,52). Sum of RGB (Red+Green+Blue) = 250+19+52=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1334 is #05ECCB. Grayscale: #5B5B5B. Windows color (decimal): -388300 or 3412986. OLE color: 3412986.

HSL color Cylindrical-coordinate representation of color #FA1334: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1334 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 52 -
CMYK 0 0.92 0.79 0.02
HSL 351.43º 0.96% 0.53% -
HSV(B) 351.43º 0.92% 0.98% -
XYZ 40.28 21.04 5.19 -
YUV 91.83 105.53 240.82 -
System Red Green Blue C M Y K H S L
Decimal 250 19 52 0 0.92 0.79 0.02 351.43 0.96 0.53
Hex FA 13 34 0 5C 4F 2 15F 60 35
Octal 372 23 64 0 134 117 2 537 140 65
Binary 11111010 10011 110100 0 1011100 1001111 10 101011111 1100000 110101

Color Harmonies of #FA1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1334

Black with #FA1334

Text Example


Text Example

White with #FA1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1334; }

 p { color: rgb(250,19,52); }

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

background-color css

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

 a { background-color: rgb(250,19,52); }

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

border-color css

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

 span { border-color: rgb(250,19,52); }

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