Html Css Color HEX #FA0F2C Torch Red

📋 copy color: '#FA0F2C'

red 250 ◦ green 15 ◦ blue 44

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

Shades of Torch Red #FA0F2C

Tints of Torch Red #FA0F2C

RGB

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

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

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

R = 80.91%
G = 4.85%
B = 14.24%

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

#FA0F2C (or 0xFA0F2C) is known color: Torch Red. HEX triplet: FA, 0F and 2C. RGB value is (250,15,44). Sum of RGB (Red+Green+Blue) = 250+15+44=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F2C is #05F0D3. Grayscale: #585858. Windows color (decimal): -389332 or 2887674. OLE color: 2887674.

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

Color convert

RGB 250 15 44 -
CMYK 0 0.94 0.82 0.02
HSL 352.6º 0.96% 0.52% -
HSV(B) 352.6º 0.94% 0.98% -
XYZ 40.05 20.85 4.3 -
YUV 88.57 102.86 243.14 -
System Red Green Blue C M Y K H S L
Decimal 250 15 44 0 0.94 0.82 0.02 352.6 0.96 0.52
Hex FA F 2C 0 5E 52 2 161 60 34
Octal 372 17 54 0 136 122 2 541 140 64
Binary 11111010 1111 101100 0 1011110 1010010 10 101100001 1100000 110100

Color Harmonies of #FA0F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F2C

Black with #FA0F2C

Text Example


Text Example

White with #FA0F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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