Html Css Color HEX #FA0F2D Torch Red

📋 copy color: '#FA0F2D'

red 250 ◦ green 15 ◦ blue 45

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

Shades of Torch Red #FA0F2D

Tints of Torch Red #FA0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

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

R = 80.65%
G = 4.84%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA0F2D (or 0xFA0F2D) is known color: Torch Red. HEX triplet: FA, 0F and 2D. RGB value is (250,15,45). Sum of RGB (Red+Green+Blue) = 250+15+45=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F2D is #05F0D2. Grayscale: #585858. Windows color (decimal): -389331 or 2953210. OLE color: 2953210.

HSL color Cylindrical-coordinate representation of color #FA0F2D: hue angle of 352.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0F2D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 15 45 -
CMYK 0 0.94 0.82 0.02
HSL 352.34º 0.96% 0.52% -
HSV(B) 352.34º 0.94% 0.98% -
XYZ 40.07 20.86 4.4 -
YUV 88.69 103.36 243.06 -
System Red Green Blue C M Y K H S L
Decimal 250 15 45 0 0.94 0.82 0.02 352.34 0.96 0.52
Hex FA F 2D 0 5E 52 2 160 60 34
Octal 372 17 55 0 136 122 2 540 140 64
Binary 11111010 1111 101101 0 1011110 1010010 10 101100000 1100000 110100

Color Harmonies of #FA0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F2D

Black with #FA0F2D

Text Example


Text Example

White with #FA0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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