Html Css Color HEX #FA0218 Torch Red

📋 copy color: '#FA0218'

red 250 ◦ green 2 ◦ blue 24

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

Shades of Torch Red #FA0218

Tints of Torch Red #FA0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 90.58%
G = 0.72%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA0218 (or 0xFA0218) is known color: Torch Red. HEX triplet: FA, 02 and 18. RGB value is (250,2,24). Sum of RGB (Red+Green+Blue) = 250+2+24=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0218 is #05FDE7. Grayscale: #4E4E4E. Windows color (decimal): -392680 or 1573626. OLE color: 1573626.

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

Color convert

RGB 250 2 24 -
CMYK 0 0.99 0.90 0.02
HSL 354.68º 0.98% 0.49% -
HSV(B) 354.68º 0.99% 0.98% -
XYZ 39.61 20.43 2.72 -
YUV 78.66 97.16 250.21 -
System Red Green Blue C M Y K H S L
Decimal 250 2 24 0 0.99 0.90 0.02 354.68 0.98 0.49
Hex FA 2 18 0 63 5A 2 163 62 31
Octal 372 2 30 0 143 132 2 543 142 61
Binary 11111010 10 11000 0 1100011 1011010 10 101100011 1100010 110001

Color Harmonies of #FA0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0218

Black with #FA0218

Text Example


Text Example

White with #FA0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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