Html Css Color HEX #FF0A26 Torch Red

📋 copy color: '#FF0A26'

red 255 ◦ green 10 ◦ blue 38

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

Shades of Torch Red #FF0A26

Tints of Torch Red #FF0A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 84.16%
G = 3.3%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0A26 (or 0xFF0A26) is known color: Torch Red. HEX triplet: FF, 0A and 26. RGB value is (255,10,38). Sum of RGB (Red+Green+Blue) = 255+10+38=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A26 is #00F5D9. Grayscale: #565656. Windows color (decimal): -62938 or 2493183. OLE color: 2493183.

HSL color Cylindrical-coordinate representation of color #FF0A26: hue angle of 353.14º 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 #FF0A26 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 10 38 -
CMYK 0 0.96 0.85 0
HSL 353.14º 1% 0.52% -
HSV(B) 353.14º 0.96% 1% -
XYZ 41.7 21.62 3.81 -
YUV 86.45 100.67 248.22 -
System Red Green Blue C M Y K H S L
Decimal 255 10 38 0 0.96 0.85 0 353.14 1 0.52
Hex FF A 26 0 60 55 0 161 64 34
Octal 377 12 46 0 140 125 0 541 144 64
Binary 11111111 1010 100110 0 1100000 1010101 0 101100001 1100100 110100

Color Harmonies of #FF0A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A26

Black with #FF0A26

Text Example


Text Example

White with #FF0A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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