Html Css Color HEX #FA1C42 Torch Red

📋 copy color: '#FA1C42'

red 250 ◦ green 28 ◦ blue 66

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

Shades of Torch Red #FA1C42

Tints of Torch Red #FA1C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 72.67%
G = 8.14%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA1C42 (or 0xFA1C42) is known color: Torch Red. HEX triplet: FA, 1C and 42. RGB value is (250,28,66). Sum of RGB (Red+Green+Blue) = 250+28+66=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C42 is #05E3BD. Grayscale: #626262. Windows color (decimal): -385982 or 4332794. OLE color: 4332794.

HSL color Cylindrical-coordinate representation of color #FA1C42: hue angle of 349.73º 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 #FA1C42 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 28 66 -
CMYK 0 0.89 0.74 0.02
HSL 349.73º 0.96% 0.55% -
HSV(B) 349.73º 0.89% 0.98% -
XYZ 40.82 21.55 7.16 -
YUV 98.71 109.55 235.91 -
System Red Green Blue C M Y K H S L
Decimal 250 28 66 0 0.89 0.74 0.02 349.73 0.96 0.55
Hex FA 1C 42 0 59 4A 2 15E 60 37
Octal 372 34 102 0 131 112 2 536 140 67
Binary 11111010 11100 1000010 0 1011001 1001010 10 101011110 1100000 110111

Color Harmonies of #FA1C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C42

Black with #FA1C42

Text Example


Text Example

White with #FA1C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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