Html Css Color HEX #FF061A Torch Red

📋 copy color: '#FF061A'

red 255 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #FF061A

Tints of Torch Red #FF061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 88.85%
G = 2.09%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF061A (or 0xFF061A) is known color: Torch Red. HEX triplet: FF, 06 and 1A. RGB value is (255,6,26). Sum of RGB (Red+Green+Blue) = 255+6+26=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061A is #00F9E5. Grayscale: #525252. Windows color (decimal): -63974 or 1705727. OLE color: 1705727.

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

Color convert

RGB 255 6 26 -
CMYK 0 0.98 0.90 0
HSL 355.18º 1% 0.51% -
HSV(B) 355.18º 0.98% 1% -
XYZ 41.49 21.46 2.93 -
YUV 82.73 95.99 250.87 -
System Red Green Blue C M Y K H S L
Decimal 255 6 26 0 0.98 0.90 0 355.18 1 0.51
Hex FF 6 1A 0 62 5A 0 163 64 33
Octal 377 6 32 0 142 132 0 543 144 63
Binary 11111111 110 11010 0 1100010 1011010 0 101100011 1100100 110011

Color Harmonies of #FF061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF061A

Black with #FF061A

Text Example


Text Example

White with #FF061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF061A; }

 p { color: rgb(255,6,26); }

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

background-color css

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

 a { background-color: rgb(255,6,26); }

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

border-color css

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

 span { border-color: rgb(255,6,26); }

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