Html Css Color HEX #FA1C2B Torch Red

📋 copy color: '#FA1C2B'

red 250 ◦ green 28 ◦ blue 43

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

Shades of Torch Red #FA1C2B

Tints of Torch Red #FA1C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 77.88%
G = 8.72%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA1C2B (or 0xFA1C2B) is known color: Torch Red. HEX triplet: FA, 1C and 2B. RGB value is (250,28,43). Sum of RGB (Red+Green+Blue) = 250+28+43=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C2B is #05E3D4. Grayscale: #606060. Windows color (decimal): -386005 or 2825466. OLE color: 2825466.

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

Color convert

RGB 250 28 43 -
CMYK 0 0.89 0.83 0.02
HSL 355.95º 0.96% 0.55% -
HSV(B) 355.95º 0.89% 0.98% -
XYZ 40.28 21.33 4.28 -
YUV 96.09 98.05 237.78 -
System Red Green Blue C M Y K H S L
Decimal 250 28 43 0 0.89 0.83 0.02 355.95 0.96 0.55
Hex FA 1C 2B 0 59 53 2 164 60 37
Octal 372 34 53 0 131 123 2 544 140 67
Binary 11111010 11100 101011 0 1011001 1010011 10 101100100 1100000 110111

Color Harmonies of #FA1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C2B

Black with #FA1C2B

Text Example


Text Example

White with #FA1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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