Html Css Color HEX #FB0441 Torch Red

📋 copy color: '#FB0441'

red 251 ◦ green 4 ◦ blue 65

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

Shades of Torch Red #FB0441

Tints of Torch Red #FB0441

RGB

 RED value IS 251 (98.44% from 255) = 78.44%

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

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 78.44%
G = 1.25%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB0441 (or 0xFB0441) is known color: Torch Red. HEX triplet: FB, 04 and 41. RGB value is (251,4,65). Sum of RGB (Red+Green+Blue) = 251+4+65=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0441 is #04FBBE. Grayscale: #545454. Windows color (decimal): -326591 or 4261115. OLE color: 4261115.

HSL color Cylindrical-coordinate representation of color #FB0441: hue angle of 345.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0441 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 4 65 -
CMYK 0 0.98 0.74 0.02
HSL 345.18º 0.97% 0.5% -
HSV(B) 345.18º 0.98% 0.98% -
XYZ 40.78 20.98 6.9 -
YUV 84.81 116.83 246.54 -
System Red Green Blue C M Y K H S L
Decimal 251 4 65 0 0.98 0.74 0.02 345.18 0.97 0.5
Hex FB 4 41 0 62 4A 2 159 61 32
Octal 373 4 101 0 142 112 2 531 141 62
Binary 11111011 100 1000001 0 1100010 1001010 10 101011001 1100001 110010

Color Harmonies of #FB0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0441

Black with #FB0441

Text Example


Text Example

White with #FB0441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0441; }

 p { color: rgb(251,4,65); }

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

background-color css

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

 a { background-color: rgb(251,4,65); }

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

border-color css

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

 span { border-color: rgb(251,4,65); }

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