Html Css Color HEX #FA0324 Torch Red

📋 copy color: '#FA0324'

red 250 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #FA0324

Tints of Torch Red #FA0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 86.51%
G = 1.04%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA0324 (or 0xFA0324) is known color: Torch Red. HEX triplet: FA, 03 and 24. RGB value is (250,3,36). Sum of RGB (Red+Green+Blue) = 250+3+36=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0324 is #05FCDB. Grayscale: #505050. Windows color (decimal): -392412 or 2360314. OLE color: 2360314.

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

Color convert

RGB 250 3 36 -
CMYK 0 0.99 0.86 0.02
HSL 351.98º 0.98% 0.5% -
HSV(B) 351.98º 0.99% 0.98% -
XYZ 39.78 20.52 3.53 -
YUV 80.62 102.83 248.82 -
System Red Green Blue C M Y K H S L
Decimal 250 3 36 0 0.99 0.86 0.02 351.98 0.98 0.5
Hex FA 3 24 0 63 56 2 160 62 32
Octal 372 3 44 0 143 126 2 540 142 62
Binary 11111010 11 100100 0 1100011 1010110 10 101100000 1100010 110010

Color Harmonies of #FA0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0324

Black with #FA0324

Text Example


Text Example

White with #FA0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0324; }

 p { color: rgb(250,3,36); }

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

background-color css

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

 a { background-color: rgb(250,3,36); }

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

border-color css

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

 span { border-color: rgb(250,3,36); }

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