Html Css Color HEX #FA032F Torch Red

📋 copy color: '#FA032F'

red 250 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #FA032F

Tints of Torch Red #FA032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 83.33%
G = 1%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA032F (or 0xFA032F) is known color: Torch Red. HEX triplet: FA, 03 and 2F. RGB value is (250,3,47). Sum of RGB (Red+Green+Blue) = 250+3+47=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA032F is #05FCD0. Grayscale: #515151. Windows color (decimal): -392401 or 3081210. OLE color: 3081210.

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

Color convert

RGB 250 3 47 -
CMYK 0 0.99 0.81 0.02
HSL 349.31º 0.98% 0.5% -
HSV(B) 349.31º 0.99% 0.98% -
XYZ 39.97 20.59 4.56 -
YUV 81.87 108.33 247.92 -
System Red Green Blue C M Y K H S L
Decimal 250 3 47 0 0.99 0.81 0.02 349.31 0.98 0.5
Hex FA 3 2F 0 63 51 2 15D 62 32
Octal 372 3 57 0 143 121 2 535 142 62
Binary 11111010 11 101111 0 1100011 1010001 10 101011101 1100010 110010

Color Harmonies of #FA032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA032F

Black with #FA032F

Text Example


Text Example

White with #FA032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA032F; }

 p { color: rgb(250,3,47); }

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

background-color css

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

 a { background-color: rgb(250,3,47); }

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

border-color css

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

 span { border-color: rgb(250,3,47); }

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