Html Css Color HEX #FF0A49 Torch Red

📋 copy color: '#FF0A49'

red 255 ◦ green 10 ◦ blue 73

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

Shades of Torch Red #FF0A49

Tints of Torch Red #FF0A49

RGB

 RED value IS 255 (100% from 255) = 75.44%

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 75.44%
G = 2.96%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF0A49 (or 0xFF0A49) is known color: Torch Red. HEX triplet: FF, 0A and 49. RGB value is (255,10,73). Sum of RGB (Red+Green+Blue) = 255+10+73=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A49 is #00F5B6. Grayscale: #5A5A5A. Windows color (decimal): -62903 or 4786943. OLE color: 4786943.

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

Color convert

RGB 255 10 73 -
CMYK 0 0.96 0.71 0
HSL 344.57º 1% 0.52% -
HSV(B) 344.57º 0.96% 1% -
XYZ 42.55 21.96 8.3 -
YUV 90.44 118.17 245.38 -
System Red Green Blue C M Y K H S L
Decimal 255 10 73 0 0.96 0.71 0 344.57 1 0.52
Hex FF A 49 0 60 47 0 159 64 34
Octal 377 12 111 0 140 107 0 531 144 64
Binary 11111111 1010 1001001 0 1100000 1000111 0 101011001 1100100 110100

Color Harmonies of #FF0A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A49

Black with #FF0A49

Text Example


Text Example

White with #FF0A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A49; }

 p { color: rgb(255,10,73); }

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

background-color css

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

 a { background-color: rgb(255,10,73); }

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

border-color css

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

 span { border-color: rgb(255,10,73); }

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