Html Css Color HEX #FA1217 Torch Red

📋 copy color: '#FA1217'

red 250 ◦ green 18 ◦ blue 23

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

Shades of Torch Red #FA1217

Tints of Torch Red #FA1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 85.91%
G = 6.19%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA1217 (or 0xFA1217) is known color: Torch Red. HEX triplet: FA, 12 and 17. RGB value is (250,18,23). Sum of RGB (Red+Green+Blue) = 250+18+23=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1217 is #05EDE8. Grayscale: #585858. Windows color (decimal): -388585 or 1512186. OLE color: 1512186.

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

Color convert

RGB 250 18 23 -
CMYK 0 0.93 0.91 0.02
HSL 358.71º 0.96% 0.53% -
HSV(B) 358.71º 0.93% 0.98% -
XYZ 39.8 20.82 2.73 -
YUV 87.94 91.36 243.59 -
System Red Green Blue C M Y K H S L
Decimal 250 18 23 0 0.93 0.91 0.02 358.71 0.96 0.53
Hex FA 12 17 0 5D 5B 2 167 60 35
Octal 372 22 27 0 135 133 2 547 140 65
Binary 11111010 10010 10111 0 1011101 1011011 10 101100111 1100000 110101

Color Harmonies of #FA1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1217

Black with #FA1217

Text Example


Text Example

White with #FA1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1217; }

 p { color: rgb(250,18,23); }

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

background-color css

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

 a { background-color: rgb(250,18,23); }

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

border-color css

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

 span { border-color: rgb(250,18,23); }

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