Html Css Color HEX #FA232F Torch Red

📋 copy color: '#FA232F'

red 250 ◦ green 35 ◦ blue 47

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

Shades of Torch Red #FA232F

Tints of Torch Red #FA232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 75.3%
G = 10.54%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA232F (or 0xFA232F) is known color: Torch Red. HEX triplet: FA, 23 and 2F. RGB value is (250,35,47). Sum of RGB (Red+Green+Blue) = 250+35+47=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA232F is #05DCD0. Grayscale: #646464. Windows color (decimal): -384209 or 3089402. OLE color: 3089402.

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

Color convert

RGB 250 35 47 -
CMYK 0 0.86 0.81 0.02
HSL 356.65º 0.96% 0.56% -
HSV(B) 356.65º 0.86% 0.98% -
XYZ 40.54 21.73 4.75 -
YUV 100.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 250 35 47 0 0.86 0.81 0.02 356.65 0.96 0.56
Hex FA 23 2F 0 56 51 2 165 60 38
Octal 372 43 57 0 126 121 2 545 140 70
Binary 11111010 100011 101111 0 1010110 1010001 10 101100101 1100000 111000

Color Harmonies of #FA232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA232F

Black with #FA232F

Text Example


Text Example

White with #FA232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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