Html Css Color HEX #FF051F Torch Red

📋 copy color: '#FF051F'

red 255 ◦ green 5 ◦ blue 31

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

Shades of Torch Red #FF051F

Tints of Torch Red #FF051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 87.63%
G = 1.72%
B = 10.65%

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

#FF051F (or 0xFF051F) is known color: Torch Red. HEX triplet: FF, 05 and 1F. RGB value is (255,5,31). Sum of RGB (Red+Green+Blue) = 255+5+31=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF051F is #00FAE0. Grayscale: #525252. Windows color (decimal): -64225 or 2033151. OLE color: 2033151.

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

Color convert

RGB 255 5 31 -
CMYK 0 0.98 0.88 0
HSL 353.76º 1% 0.51% -
HSV(B) 353.76º 0.98% 1% -
XYZ 41.54 21.47 3.25 -
YUV 82.71 98.83 250.89 -
System Red Green Blue C M Y K H S L
Decimal 255 5 31 0 0.98 0.88 0 353.76 1 0.51
Hex FF 5 1F 0 62 58 0 162 64 33
Octal 377 5 37 0 142 130 0 542 144 63
Binary 11111111 101 11111 0 1100010 1011000 0 101100010 1100100 110011

Color Harmonies of #FF051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF051F

Black with #FF051F

Text Example


Text Example

White with #FF051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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