Html Css Color HEX #FA002C Torch Red

📋 copy color: '#FA002C'

red 250 ◦ green 0 ◦ blue 44

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

Shades of Torch Red #FA002C

Tints of Torch Red #FA002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 85.03%
G = 0%
B = 14.97%

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

#FA002C (or 0xFA002C) is known color: Torch Red. HEX triplet: FA, 00 and 2C. RGB value is (250,0,44). Sum of RGB (Red+Green+Blue) = 250+0+44=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA002C is #05FFD3. Grayscale: #4F4F4F. Windows color (decimal): -393172 or 2883834. OLE color: 2883834.

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

Color convert

RGB 250 0 44 -
CMYK 0 1 0.82 0.02
HSL 349.44º 1% 0.49% -
HSV(B) 349.44º 1% 0.98% -
XYZ 39.88 20.51 4.24 -
YUV 79.77 107.83 249.42 -
System Red Green Blue C M Y K H S L
Decimal 250 0 44 0 1 0.82 0.02 349.44 1 0.49
Hex FA 0 2C 0 64 52 2 15D 64 31
Octal 372 0 54 0 144 122 2 535 144 61
Binary 11111010 0 101100 0 1100100 1010010 10 101011101 1100100 110001

Color Harmonies of #FA002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA002C

Black with #FA002C

Text Example


Text Example

White with #FA002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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