Html Css Color HEX #FA0214 Torch Red

📋 copy color: '#FA0214'

red 250 ◦ green 2 ◦ blue 20

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

Shades of Torch Red #FA0214

Tints of Torch Red #FA0214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 91.91%
G = 0.74%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA0214 (or 0xFA0214) is known color: Torch Red. HEX triplet: FA, 02 and 14. RGB value is (250,2,20). Sum of RGB (Red+Green+Blue) = 250+2+20=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0214 is #05FDEB. Grayscale: #4E4E4E. Windows color (decimal): -392684 or 1311482. OLE color: 1311482.

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

Color convert

RGB 250 2 20 -
CMYK 0 0.99 0.92 0.02
HSL 355.65º 0.98% 0.49% -
HSV(B) 355.65º 0.99% 0.98% -
XYZ 39.57 20.42 2.52 -
YUV 78.2 95.16 250.54 -
System Red Green Blue C M Y K H S L
Decimal 250 2 20 0 0.99 0.92 0.02 355.65 0.98 0.49
Hex FA 2 14 0 63 5C 2 164 62 31
Octal 372 2 24 0 143 134 2 544 142 61
Binary 11111010 10 10100 0 1100011 1011100 10 101100100 1100010 110001

Color Harmonies of #FA0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0214

Black with #FA0214

Text Example


Text Example

White with #FA0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0214; }

 p { color: rgb(250,2,20); }

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

background-color css

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

 a { background-color: rgb(250,2,20); }

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

border-color css

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

 span { border-color: rgb(250,2,20); }

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