Html Css Color HEX #FA1D1E Torch Red

📋 copy color: '#FA1D1E'

red 250 ◦ green 29 ◦ blue 30

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

Shades of Torch Red #FA1D1E

Tints of Torch Red #FA1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 80.91%
G = 9.39%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA1D1E (or 0xFA1D1E) is known color: Torch Red. HEX triplet: FA, 1D and 1E. RGB value is (250,29,30). Sum of RGB (Red+Green+Blue) = 250+29+30=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D1E is #05E2E1. Grayscale: #5F5F5F. Windows color (decimal): -385762 or 1973754. OLE color: 1973754.

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

Color convert

RGB 250 29 30 -
CMYK 0 0.88 0.88 0.02
HSL 359.73º 0.96% 0.55% -
HSV(B) 359.73º 0.88% 0.98% -
XYZ 40.1 21.3 3.23 -
YUV 95.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 250 29 30 0 0.88 0.88 0.02 359.73 0.96 0.55
Hex FA 1D 1E 0 58 58 2 168 60 37
Octal 372 35 36 0 130 130 2 550 140 67
Binary 11111010 11101 11110 0 1011000 1011000 10 101101000 1100000 110111

Color Harmonies of #FA1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D1E

Black with #FA1D1E

Text Example


Text Example

White with #FA1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D1E; }

 p { color: rgb(250,29,30); }

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

background-color css

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

 a { background-color: rgb(250,29,30); }

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

border-color css

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

 span { border-color: rgb(250,29,30); }

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