Html Css Color HEX #FF041B Torch Red

📋 copy color: '#FF041B'

red 255 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #FF041B

Tints of Torch Red #FF041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 89.16%
G = 1.4%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF041B (or 0xFF041B) is known color: Torch Red. HEX triplet: FF, 04 and 1B. RGB value is (255,4,27). Sum of RGB (Red+Green+Blue) = 255+4+27=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF041B is #00FBE4. Grayscale: #515151. Windows color (decimal): -64485 or 1770751. OLE color: 1770751.

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

Color convert

RGB 255 4 27 -
CMYK 0 0.98 0.89 0
HSL 354.5º 1% 0.51% -
HSV(B) 354.5º 0.98% 1% -
XYZ 41.48 21.43 2.99 -
YUV 81.67 97.16 251.63 -
System Red Green Blue C M Y K H S L
Decimal 255 4 27 0 0.98 0.89 0 354.5 1 0.51
Hex FF 4 1B 0 62 59 0 163 64 33
Octal 377 4 33 0 142 131 0 543 144 63
Binary 11111111 100 11011 0 1100010 1011001 0 101100011 1100100 110011

Color Harmonies of #FF041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF041B

Black with #FF041B

Text Example


Text Example

White with #FF041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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