Html Css Color HEX #FA003D Torch Red

📋 copy color: '#FA003D'

red 250 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #FA003D

Tints of Torch Red #FA003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 80.39%
G = 0%
B = 19.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA003D (or 0xFA003D) is known color: Torch Red. HEX triplet: FA, 00 and 3D. RGB value is (250,0,61). Sum of RGB (Red+Green+Blue) = 250+0+61=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA003D is #05FFC2. Grayscale: #515151. Windows color (decimal): -393155 or 3997946. OLE color: 3997946.

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

Color convert

RGB 250 0 61 -
CMYK 0 1 0.76 0.02
HSL 345.36º 1% 0.49% -
HSV(B) 345.36º 1% 0.98% -
XYZ 40.27 20.66 6.28 -
YUV 81.7 116.33 248.04 -
System Red Green Blue C M Y K H S L
Decimal 250 0 61 0 1 0.76 0.02 345.36 1 0.49
Hex FA 0 3D 0 64 4C 2 159 64 31
Octal 372 0 75 0 144 114 2 531 144 61
Binary 11111010 0 111101 0 1100100 1001100 10 101011001 1100100 110001

Color Harmonies of #FA003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA003D

Black with #FA003D

Text Example


Text Example

White with #FA003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA003D; }

 p { color: rgb(250,0,61); }

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

background-color css

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

 a { background-color: rgb(250,0,61); }

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

border-color css

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

 span { border-color: rgb(250,0,61); }

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