Html Css Color HEX #FA123D Torch Red

📋 copy color: '#FA123D'

red 250 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #FA123D

Tints of Torch Red #FA123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 75.99%
G = 5.47%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA123D (or 0xFA123D) is known color: Torch Red. HEX triplet: FA, 12 and 3D. RGB value is (250,18,61). Sum of RGB (Red+Green+Blue) = 250+18+61=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA123D is #05EDC2. Grayscale: #5C5C5C. Windows color (decimal): -388547 or 4002554. OLE color: 4002554.

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

Color convert

RGB 250 18 61 -
CMYK 0 0.93 0.76 0.02
HSL 348.88º 0.96% 0.53% -
HSV(B) 348.88º 0.93% 0.98% -
XYZ 40.48 21.09 6.35 -
YUV 92.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 250 18 61 0 0.93 0.76 0.02 348.88 0.96 0.53
Hex FA 12 3D 0 5D 4C 2 15D 60 35
Octal 372 22 75 0 135 114 2 535 140 65
Binary 11111010 10010 111101 0 1011101 1001100 10 101011101 1100000 110101

Color Harmonies of #FA123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA123D

Black with #FA123D

Text Example


Text Example

White with #FA123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA123D; }

 p { color: rgb(250,18,61); }

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

background-color css

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

 a { background-color: rgb(250,18,61); }

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

border-color css

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

 span { border-color: rgb(250,18,61); }

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