Html Css Color HEX #FA0F35 Torch Red

📋 copy color: '#FA0F35'

red 250 ◦ green 15 ◦ blue 53

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

Shades of Torch Red #FA0F35

Tints of Torch Red #FA0F35

RGB

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

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

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

R = 78.62%
G = 4.72%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA0F35 (or 0xFA0F35) is known color: Torch Red. HEX triplet: FA, 0F and 35. RGB value is (250,15,53). Sum of RGB (Red+Green+Blue) = 250+15+53=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F35 is #05F0CA. Grayscale: #595959. Windows color (decimal): -389323 or 3477498. OLE color: 3477498.

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

Color convert

RGB 250 15 53 -
CMYK 0 0.94 0.79 0.02
HSL 350.3º 0.96% 0.52% -
HSV(B) 350.3º 0.94% 0.98% -
XYZ 40.24 20.92 5.29 -
YUV 89.6 107.36 242.41 -
System Red Green Blue C M Y K H S L
Decimal 250 15 53 0 0.94 0.79 0.02 350.3 0.96 0.52
Hex FA F 35 0 5E 4F 2 15E 60 34
Octal 372 17 65 0 136 117 2 536 140 64
Binary 11111010 1111 110101 0 1011110 1001111 10 101011110 1100000 110100

Color Harmonies of #FA0F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F35

Black with #FA0F35

Text Example


Text Example

White with #FA0F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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