Html Css Color HEX #FF071A Torch Red

📋 copy color: '#FF071A'

red 255 ◦ green 7 ◦ blue 26

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

Shades of Torch Red #FF071A

Tints of Torch Red #FF071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

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

R = 88.54%
G = 2.43%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF071A (or 0xFF071A) is known color: Torch Red. HEX triplet: FF, 07 and 1A. RGB value is (255,7,26). Sum of RGB (Red+Green+Blue) = 255+7+26=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF071A is #00F8E5. Grayscale: #535353. Windows color (decimal): -63718 or 1705983. OLE color: 1705983.

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

Color convert

RGB 255 7 26 -
CMYK 0 0.97 0.90 0
HSL 355.4º 1% 0.51% -
HSV(B) 355.4º 0.97% 1% -
XYZ 41.5 21.49 2.94 -
YUV 83.32 95.66 250.46 -
System Red Green Blue C M Y K H S L
Decimal 255 7 26 0 0.97 0.90 0 355.4 1 0.51
Hex FF 7 1A 0 61 5A 0 163 64 33
Octal 377 7 32 0 141 132 0 543 144 63
Binary 11111111 111 11010 0 1100001 1011010 0 101100011 1100100 110011

Color Harmonies of #FF071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF071A

Black with #FF071A

Text Example


Text Example

White with #FF071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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