Html Css Color HEX #FA0835 Torch Red

📋 copy color: '#FA0835'

red 250 ◦ green 8 ◦ blue 53

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

Shades of Torch Red #FA0835

Tints of Torch Red #FA0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.57%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 80.39%
G = 2.57%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA0835 (or 0xFA0835) is known color: Torch Red. HEX triplet: FA, 08 and 35. RGB value is (250,8,53). Sum of RGB (Red+Green+Blue) = 250+8+53=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0835 is #05F7CA. Grayscale: #555555. Windows color (decimal): -391115 or 3475706. OLE color: 3475706.

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

Color convert

RGB 250 8 53 -
CMYK 0 0.97 0.79 0.02
HSL 348.84º 0.96% 0.51% -
HSV(B) 348.84º 0.97% 0.98% -
XYZ 40.15 20.75 5.26 -
YUV 85.49 109.67 245.34 -
System Red Green Blue C M Y K H S L
Decimal 250 8 53 0 0.97 0.79 0.02 348.84 0.96 0.51
Hex FA 8 35 0 61 4F 2 15D 60 33
Octal 372 10 65 0 141 117 2 535 140 63
Binary 11111010 1000 110101 0 1100001 1001111 10 101011101 1100000 110011

Color Harmonies of #FA0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0835

Black with #FA0835

Text Example


Text Example

White with #FA0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0835; }

 p { color: rgb(250,8,53); }

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

background-color css

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

 a { background-color: rgb(250,8,53); }

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

border-color css

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

 span { border-color: rgb(250,8,53); }

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