Html Css Color HEX #FA0E28 Torch Red

📋 copy color: '#FA0E28'

red 250 ◦ green 14 ◦ blue 40

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

Shades of Torch Red #FA0E28

Tints of Torch Red #FA0E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.61%

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 82.24%
G = 4.61%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0E28 (or 0xFA0E28) is known color: Torch Red. HEX triplet: FA, 0E and 28. RGB value is (250,14,40). Sum of RGB (Red+Green+Blue) = 250+14+40=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0E28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0E28 is #05F1D7. Grayscale: #575757. Windows color (decimal): -389592 or 2625274. OLE color: 2625274.

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

Color convert

RGB 250 14 40 -
CMYK 0 0.94 0.84 0.02
HSL 353.39º 0.96% 0.52% -
HSV(B) 353.39º 0.94% 0.98% -
XYZ 39.96 20.79 3.91 -
YUV 87.53 101.19 243.89 -
System Red Green Blue C M Y K H S L
Decimal 250 14 40 0 0.94 0.84 0.02 353.39 0.96 0.52
Hex FA E 28 0 5E 54 2 161 60 34
Octal 372 16 50 0 136 124 2 541 140 64
Binary 11111010 1110 101000 0 1011110 1010100 10 101100001 1100000 110100

Color Harmonies of #FA0E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0E28

Black with #FA0E28

Text Example


Text Example

White with #FA0E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0E28; }

 p { color: rgb(250,14,40); }

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

background-color css

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

 a { background-color: rgb(250,14,40); }

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

border-color css

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

 span { border-color: rgb(250,14,40); }

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