Html Css Color HEX #FA0D20 Torch Red

📋 copy color: '#FA0D20'

red 250 ◦ green 13 ◦ blue 32

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

Shades of Torch Red #FA0D20

Tints of Torch Red #FA0D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 84.75%
G = 4.41%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA0D20 (or 0xFA0D20) is known color: Torch Red. HEX triplet: FA, 0D and 20. RGB value is (250,13,32). Sum of RGB (Red+Green+Blue) = 250+13+32=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0D20 is #05F2DF. Grayscale: #565656. Windows color (decimal): -389856 or 2100730. OLE color: 2100730.

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

Color convert

RGB 250 13 32 -
CMYK 0 0.95 0.87 0.02
HSL 355.19º 0.96% 0.52% -
HSV(B) 355.19º 0.95% 0.98% -
XYZ 39.83 20.72 3.27 -
YUV 86.03 97.52 244.96 -
System Red Green Blue C M Y K H S L
Decimal 250 13 32 0 0.95 0.87 0.02 355.19 0.96 0.52
Hex FA D 20 0 5F 57 2 163 60 34
Octal 372 15 40 0 137 127 2 543 140 64
Binary 11111010 1101 100000 0 1011111 1010111 10 101100011 1100000 110100

Color Harmonies of #FA0D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D20

Black with #FA0D20

Text Example


Text Example

White with #FA0D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D20; }

 p { color: rgb(250,13,32); }

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

background-color css

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

 a { background-color: rgb(250,13,32); }

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

border-color css

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

 span { border-color: rgb(250,13,32); }

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