Html Css Color HEX #FA1835 Torch Red

📋 copy color: '#FA1835'

red 250 ◦ green 24 ◦ blue 53

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

Shades of Torch Red #FA1835

Tints of Torch Red #FA1835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 76.45%
G = 7.34%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1835 (or 0xFA1835) is known color: Torch Red. HEX triplet: FA, 18 and 35. RGB value is (250,24,53). Sum of RGB (Red+Green+Blue) = 250+24+53=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1835 is #05E7CA. Grayscale: #5E5E5E. Windows color (decimal): -387019 or 3479802. OLE color: 3479802.

HSL color Cylindrical-coordinate representation of color #FA1835: hue angle of 352.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1835 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 53 -
CMYK 0 0.90 0.79 0.02
HSL 352.3º 0.96% 0.54% -
HSV(B) 352.3º 0.9% 0.98% -
XYZ 40.39 21.23 5.34 -
YUV 94.88 104.37 238.64 -
System Red Green Blue C M Y K H S L
Decimal 250 24 53 0 0.90 0.79 0.02 352.3 0.96 0.54
Hex FA 18 35 0 5A 4F 2 160 60 36
Octal 372 30 65 0 132 117 2 540 140 66
Binary 11111010 11000 110101 0 1011010 1001111 10 101100000 1100000 110110

Color Harmonies of #FA1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1835

Black with #FA1835

Text Example


Text Example

White with #FA1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1835; }

 p { color: rgb(250,24,53); }

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

background-color css

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

 a { background-color: rgb(250,24,53); }

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

border-color css

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

 span { border-color: rgb(250,24,53); }

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