Html Css Color HEX #FA002D Torch Red

📋 copy color: '#FA002D'

red 250 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #FA002D

Tints of Torch Red #FA002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 84.75%
G = 0%
B = 15.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA002D (or 0xFA002D) is known color: Torch Red. HEX triplet: FA, 00 and 2D. RGB value is (250,0,45). Sum of RGB (Red+Green+Blue) = 250+0+45=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA002D is #05FFD2. Grayscale: #4F4F4F. Windows color (decimal): -393171 or 2949370. OLE color: 2949370.

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

Color convert

RGB 250 0 45 -
CMYK 0 1 0.82 0.02
HSL 349.2º 1% 0.49% -
HSV(B) 349.2º 1% 0.98% -
XYZ 39.9 20.51 4.34 -
YUV 79.88 108.33 249.34 -
System Red Green Blue C M Y K H S L
Decimal 250 0 45 0 1 0.82 0.02 349.2 1 0.49
Hex FA 0 2D 0 64 52 2 15D 64 31
Octal 372 0 55 0 144 122 2 535 144 61
Binary 11111010 0 101101 0 1100100 1010010 10 101011101 1100100 110001

Color Harmonies of #FA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA002D

Black with #FA002D

Text Example


Text Example

White with #FA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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