Html Css Color HEX #FA1C28 Torch Red

📋 copy color: '#FA1C28'

red 250 ◦ green 28 ◦ blue 40

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

Shades of Torch Red #FA1C28

Tints of Torch Red #FA1C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 78.62%
G = 8.81%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1C28 (or 0xFA1C28) is known color: Torch Red. HEX triplet: FA, 1C and 28. RGB value is (250,28,40). Sum of RGB (Red+Green+Blue) = 250+28+40=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C28 is #05E3D7. Grayscale: #5F5F5F. Windows color (decimal): -386008 or 2628858. OLE color: 2628858.

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

Color convert

RGB 250 28 40 -
CMYK 0 0.89 0.84 0.02
HSL 356.76º 0.96% 0.55% -
HSV(B) 356.76º 0.89% 0.98% -
XYZ 40.22 21.31 4 -
YUV 95.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 250 28 40 0 0.89 0.84 0.02 356.76 0.96 0.55
Hex FA 1C 28 0 59 54 2 165 60 37
Octal 372 34 50 0 131 124 2 545 140 67
Binary 11111010 11100 101000 0 1011001 1010100 10 101100101 1100000 110111

Color Harmonies of #FA1C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C28

Black with #FA1C28

Text Example


Text Example

White with #FA1C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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