Html Css Color HEX #FA052D Torch Red

📋 copy color: '#FA052D'

red 250 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #FA052D

Tints of Torch Red #FA052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 83.33%
G = 1.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA052D (or 0xFA052D) is known color: Torch Red. HEX triplet: FA, 05 and 2D. RGB value is (250,5,45). Sum of RGB (Red+Green+Blue) = 250+5+45=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA052D is #05FAD2. Grayscale: #525252. Windows color (decimal): -391891 or 2950650. OLE color: 2950650.

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

Color convert

RGB 250 5 45 -
CMYK 0 0.98 0.82 0.02
HSL 350.2º 0.96% 0.5% -
HSV(B) 350.2º 0.98% 0.98% -
XYZ 39.95 20.62 4.36 -
YUV 82.82 106.67 247.25 -
System Red Green Blue C M Y K H S L
Decimal 250 5 45 0 0.98 0.82 0.02 350.2 0.96 0.5
Hex FA 5 2D 0 62 52 2 15E 60 32
Octal 372 5 55 0 142 122 2 536 140 62
Binary 11111010 101 101101 0 1100010 1010010 10 101011110 1100000 110010

Color Harmonies of #FA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA052D

Black with #FA052D

Text Example


Text Example

White with #FA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA052D; }

 p { color: rgb(250,5,45); }

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

background-color css

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

 a { background-color: rgb(250,5,45); }

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

border-color css

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

 span { border-color: rgb(250,5,45); }

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