Html Css Color HEX #FF041F Torch Red

📋 copy color: '#FF041F'

red 255 ◦ green 4 ◦ blue 31

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

Shades of Torch Red #FF041F

Tints of Torch Red #FF041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 87.93%
G = 1.38%
B = 10.69%

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

#FF041F (or 0xFF041F) is known color: Torch Red. HEX triplet: FF, 04 and 1F. RGB value is (255,4,31). Sum of RGB (Red+Green+Blue) = 255+4+31=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF041F is #00FBE0. Grayscale: #525252. Windows color (decimal): -64481 or 2032895. OLE color: 2032895.

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

Color convert

RGB 255 4 31 -
CMYK 0 0.98 0.88 0
HSL 353.55º 1% 0.51% -
HSV(B) 353.55º 0.98% 1% -
XYZ 41.53 21.45 3.25 -
YUV 82.13 99.16 251.3 -
System Red Green Blue C M Y K H S L
Decimal 255 4 31 0 0.98 0.88 0 353.55 1 0.51
Hex FF 4 1F 0 62 58 0 162 64 33
Octal 377 4 37 0 142 130 0 542 144 63
Binary 11111111 100 11111 0 1100010 1011000 0 101100010 1100100 110011

Color Harmonies of #FF041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF041F

Black with #FF041F

Text Example


Text Example

White with #FF041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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