Html Css Color HEX #FA183E Torch Red

📋 copy color: '#FA183E'

red 250 ◦ green 24 ◦ blue 62

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

Shades of Torch Red #FA183E

Tints of Torch Red #FA183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 74.4%
G = 7.14%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA183E (or 0xFA183E) is known color: Torch Red. HEX triplet: FA, 18 and 3E. RGB value is (250,24,62). Sum of RGB (Red+Green+Blue) = 250+24+62=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA183E is #05E7C1. Grayscale: #5F5F5F. Windows color (decimal): -387010 or 4069626. OLE color: 4069626.

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

Color convert

RGB 250 24 62 -
CMYK 0 0.90 0.75 0.02
HSL 349.91º 0.96% 0.54% -
HSV(B) 349.91º 0.9% 0.98% -
XYZ 40.62 21.33 6.53 -
YUV 95.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 250 24 62 0 0.90 0.75 0.02 349.91 0.96 0.54
Hex FA 18 3E 0 5A 4B 2 15E 60 36
Octal 372 30 76 0 132 113 2 536 140 66
Binary 11111010 11000 111110 0 1011010 1001011 10 101011110 1100000 110110

Color Harmonies of #FA183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA183E

Black with #FA183E

Text Example


Text Example

White with #FA183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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