Html Css Color HEX #FA1038 Torch Red

📋 copy color: '#FA1038'

red 250 ◦ green 16 ◦ blue 56

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

Shades of Torch Red #FA1038

Tints of Torch Red #FA1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 77.64%
G = 4.97%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA1038 (or 0xFA1038) is known color: Torch Red. HEX triplet: FA, 10 and 38. RGB value is (250,16,56). Sum of RGB (Red+Green+Blue) = 250+16+56=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1038 is #05EFC7. Grayscale: #5A5A5A. Windows color (decimal): -389064 or 3674362. OLE color: 3674362.

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

Color convert

RGB 250 16 56 -
CMYK 0 0.94 0.78 0.02
HSL 349.74º 0.96% 0.52% -
HSV(B) 349.74º 0.94% 0.98% -
XYZ 40.32 20.98 5.67 -
YUV 90.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 250 16 56 0 0.94 0.78 0.02 349.74 0.96 0.52
Hex FA 10 38 0 5E 4E 2 15E 60 34
Octal 372 20 70 0 136 116 2 536 140 64
Binary 11111010 10000 111000 0 1011110 1001110 10 101011110 1100000 110100

Color Harmonies of #FA1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1038

Black with #FA1038

Text Example


Text Example

White with #FA1038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1038; }

 p { color: rgb(250,16,56); }

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

background-color css

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

 a { background-color: rgb(250,16,56); }

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

border-color css

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

 span { border-color: rgb(250,16,56); }

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