Html Css Color HEX #FA1C2D Torch Red

📋 copy color: '#FA1C2D'

red 250 ◦ green 28 ◦ blue 45

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

Shades of Torch Red #FA1C2D

Tints of Torch Red #FA1C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

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

R = 77.4%
G = 8.67%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA1C2D (or 0xFA1C2D) is known color: Torch Red. HEX triplet: FA, 1C and 2D. RGB value is (250,28,45). Sum of RGB (Red+Green+Blue) = 250+28+45=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C2D is #05E3D2. Grayscale: #606060. Windows color (decimal): -386003 or 2956538. OLE color: 2956538.

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

Color convert

RGB 250 28 45 -
CMYK 0 0.89 0.82 0.02
HSL 355.41º 0.96% 0.55% -
HSV(B) 355.41º 0.89% 0.98% -
XYZ 40.31 21.34 4.48 -
YUV 96.32 99.05 237.62 -
System Red Green Blue C M Y K H S L
Decimal 250 28 45 0 0.89 0.82 0.02 355.41 0.96 0.55
Hex FA 1C 2D 0 59 52 2 163 60 37
Octal 372 34 55 0 131 122 2 543 140 67
Binary 11111010 11100 101101 0 1011001 1010010 10 101100011 1100000 110111

Color Harmonies of #FA1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C2D

Black with #FA1C2D

Text Example


Text Example

White with #FA1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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