Html Css Color HEX #FA1235 Torch Red

📋 copy color: '#FA1235'

red 250 ◦ green 18 ◦ blue 53

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

Shades of Torch Red #FA1235

Tints of Torch Red #FA1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

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

R = 77.88%
G = 5.61%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1235 (or 0xFA1235) is known color: Torch Red. HEX triplet: FA, 12 and 35. RGB value is (250,18,53). Sum of RGB (Red+Green+Blue) = 250+18+53=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1235 is #05EDCA. Grayscale: #5B5B5B. Windows color (decimal): -388555 or 3478266. OLE color: 3478266.

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

Color convert

RGB 250 18 53 -
CMYK 0 0.93 0.79 0.02
HSL 350.95º 0.96% 0.53% -
HSV(B) 350.95º 0.93% 0.98% -
XYZ 40.28 21.01 5.3 -
YUV 91.36 106.36 241.15 -
System Red Green Blue C M Y K H S L
Decimal 250 18 53 0 0.93 0.79 0.02 350.95 0.96 0.53
Hex FA 12 35 0 5D 4F 2 15F 60 35
Octal 372 22 65 0 135 117 2 537 140 65
Binary 11111010 10010 110101 0 1011101 1001111 10 101011111 1100000 110101

Color Harmonies of #FA1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1235

Black with #FA1235

Text Example


Text Example

White with #FA1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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