Html Css Color HEX #FA0203 Torch Red

📋 copy color: '#FA0203'

red 250 ◦ green 2 ◦ blue 3

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

Shades of Torch Red #FA0203

Tints of Torch Red #FA0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 98.04%
G = 0.78%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA0203 (or 0xFA0203) is known color: Torch Red. HEX triplet: FA, 02 and 03. RGB value is (250,2,3). Sum of RGB (Red+Green+Blue) = 250+2+3=255 (33% of max value = 765). Red value is 250 (98.05% from 255 or 98.04% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0203 is #05FDFC. Grayscale: #4C4C4C. Windows color (decimal): -392701 or 197370. OLE color: 197370.

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

Color convert

RGB 250 2 3 -
CMYK 0 0.99 0.99 0.02
HSL 359.76º 0.98% 0.49% -
HSV(B) 359.76º 0.99% 0.98% -
XYZ 39.46 20.37 1.94 -
YUV 76.27 86.66 251.92 -
System Red Green Blue C M Y K H S L
Decimal 250 2 3 0 0.99 0.99 0.02 359.76 0.98 0.49
Hex FA 2 3 0 63 63 2 168 62 31
Octal 372 2 3 0 143 143 2 550 142 61
Binary 11111010 10 11 0 1100011 1100011 10 101101000 1100010 110001

Color Harmonies of #FA0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0203

Black with #FA0203

Text Example


Text Example

White with #FA0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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