Html Css Color HEX #FF061F Torch Red

📋 copy color: '#FF061F'

red 255 ◦ green 6 ◦ blue 31

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

Shades of Torch Red #FF061F

Tints of Torch Red #FF061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 87.33%
G = 2.05%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF061F (or 0xFF061F) is known color: Torch Red. HEX triplet: FF, 06 and 1F. RGB value is (255,6,31). Sum of RGB (Red+Green+Blue) = 255+6+31=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061F is #00F9E0. Grayscale: #535353. Windows color (decimal): -63969 or 2033407. OLE color: 2033407.

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

Color convert

RGB 255 6 31 -
CMYK 0 0.98 0.88 0
HSL 353.98º 1% 0.51% -
HSV(B) 353.98º 0.98% 1% -
XYZ 41.55 21.49 3.25 -
YUV 83.3 98.49 250.47 -
System Red Green Blue C M Y K H S L
Decimal 255 6 31 0 0.98 0.88 0 353.98 1 0.51
Hex FF 6 1F 0 62 58 0 162 64 33
Octal 377 6 37 0 142 130 0 542 144 63
Binary 11111111 110 11111 0 1100010 1011000 0 101100010 1100100 110011

Color Harmonies of #FF061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF061F

Black with #FF061F

Text Example


Text Example

White with #FF061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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