Html Css Color HEX #FA0938 Torch Red

📋 copy color: '#FA0938'

red 250 ◦ green 9 ◦ blue 56

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

Shades of Torch Red #FA0938

Tints of Torch Red #FA0938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 79.37%
G = 2.86%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA0938 (or 0xFA0938) is known color: Torch Red. HEX triplet: FA, 09 and 38. RGB value is (250,9,56). Sum of RGB (Red+Green+Blue) = 250+9+56=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0938 is #05F6C7. Grayscale: #565656. Windows color (decimal): -390856 or 3672570. OLE color: 3672570.

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

Color convert

RGB 250 9 56 -
CMYK 0 0.96 0.78 0.02
HSL 348.3º 0.96% 0.51% -
HSV(B) 348.3º 0.96% 0.98% -
XYZ 40.24 20.8 5.64 -
YUV 86.42 110.84 244.68 -
System Red Green Blue C M Y K H S L
Decimal 250 9 56 0 0.96 0.78 0.02 348.3 0.96 0.51
Hex FA 9 38 0 60 4E 2 15C 60 33
Octal 372 11 70 0 140 116 2 534 140 63
Binary 11111010 1001 111000 0 1100000 1001110 10 101011100 1100000 110011

Color Harmonies of #FA0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0938

Black with #FA0938

Text Example


Text Example

White with #FA0938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0938; }

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

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

background-color css

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

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

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

border-color css

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

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

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