Html Css Color HEX #FA1D28 Torch Red

📋 copy color: '#FA1D28'

red 250 ◦ green 29 ◦ blue 40

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

Shades of Torch Red #FA1D28

Tints of Torch Red #FA1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

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

R = 78.37%
G = 9.09%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1D28 (or 0xFA1D28) is known color: Torch Red. HEX triplet: FA, 1D and 28. RGB value is (250,29,40). Sum of RGB (Red+Green+Blue) = 250+29+40=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D28 is #05E2D7. Grayscale: #606060. Windows color (decimal): -385752 or 2629114. OLE color: 2629114.

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

Color convert

RGB 250 29 40 -
CMYK 0 0.88 0.84 0.02
HSL 357.01º 0.96% 0.55% -
HSV(B) 357.01º 0.88% 0.98% -
XYZ 40.25 21.36 4.01 -
YUV 96.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 250 29 40 0 0.88 0.84 0.02 357.01 0.96 0.55
Hex FA 1D 28 0 58 54 2 165 60 37
Octal 372 35 50 0 130 124 2 545 140 67
Binary 11111010 11101 101000 0 1011000 1010100 10 101100101 1100000 110111

Color Harmonies of #FA1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1D28

Black with #FA1D28

Text Example


Text Example

White with #FA1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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