Html Css Color HEX #FA001D Torch Red

📋 copy color: '#FA001D'

red 250 ◦ green 0 ◦ blue 29

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

Shades of Torch Red #FA001D

Tints of Torch Red #FA001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 89.61%
G = 0%
B = 10.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA001D (or 0xFA001D) is known color: Torch Red. HEX triplet: FA, 00 and 1D. RGB value is (250,0,29). Sum of RGB (Red+Green+Blue) = 250+0+29=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001D is #05FFE2. Grayscale: #4E4E4E. Windows color (decimal): -393187 or 1900794. OLE color: 1900794.

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

Color convert

RGB 250 0 29 -
CMYK 0 1 0.88 0.02
HSL 353.04º 1% 0.49% -
HSV(B) 353.04º 1% 0.98% -
XYZ 39.65 20.41 3.01 -
YUV 78.06 100.33 250.64 -
System Red Green Blue C M Y K H S L
Decimal 250 0 29 0 1 0.88 0.02 353.04 1 0.49
Hex FA 0 1D 0 64 58 2 161 64 31
Octal 372 0 35 0 144 130 2 541 144 61
Binary 11111010 0 11101 0 1100100 1011000 10 101100001 1100100 110001

Color Harmonies of #FA001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA001D

Black with #FA001D

Text Example


Text Example

White with #FA001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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