Html Css Color HEX #FA1330 Torch Red

📋 copy color: '#FA1330'

red 250 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #FA1330

Tints of Torch Red #FA1330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 78.86%
G = 5.99%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA1330 (or 0xFA1330) is known color: Torch Red. HEX triplet: FA, 13 and 30. RGB value is (250,19,48). Sum of RGB (Red+Green+Blue) = 250+19+48=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1330 is #05ECCF. Grayscale: #5B5B5B. Windows color (decimal): -388304 or 3150842. OLE color: 3150842.

HSL color Cylindrical-coordinate representation of color #FA1330: hue angle of 352.47º 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 #FA1330 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 19 48 -
CMYK 0 0.92 0.81 0.02
HSL 352.47º 0.96% 0.53% -
HSV(B) 352.47º 0.92% 0.98% -
XYZ 40.19 21 4.73 -
YUV 91.38 103.53 241.14 -
System Red Green Blue C M Y K H S L
Decimal 250 19 48 0 0.92 0.81 0.02 352.47 0.96 0.53
Hex FA 13 30 0 5C 51 2 160 60 35
Octal 372 23 60 0 134 121 2 540 140 65
Binary 11111010 10011 110000 0 1011100 1010001 10 101100000 1100000 110101

Color Harmonies of #FA1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1330

Black with #FA1330

Text Example


Text Example

White with #FA1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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