Html Css Color HEX #FB0342 Torch Red

📋 copy color: '#FB0342'

red 251 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #FB0342

Tints of Torch Red #FB0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 78.44%
G = 0.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB0342 (or 0xFB0342) is known color: Torch Red. HEX triplet: FB, 03 and 42. RGB value is (251,3,66). Sum of RGB (Red+Green+Blue) = 251+3+66=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0342 is #04FCBD. Grayscale: #545454. Windows color (decimal): -326846 or 4326395. OLE color: 4326395.

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

Color convert

RGB 251 3 66 -
CMYK 0 0.99 0.74 0.02
HSL 344.76º 0.98% 0.5% -
HSV(B) 344.76º 0.99% 0.98% -
XYZ 40.8 20.97 7.05 -
YUV 84.33 117.66 246.88 -
System Red Green Blue C M Y K H S L
Decimal 251 3 66 0 0.99 0.74 0.02 344.76 0.98 0.5
Hex FB 3 42 0 63 4A 2 159 62 32
Octal 373 3 102 0 143 112 2 531 142 62
Binary 11111011 11 1000010 0 1100011 1001010 10 101011001 1100010 110010

Color Harmonies of #FB0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0342

Black with #FB0342

Text Example


Text Example

White with #FB0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0342; }

 p { color: rgb(251,3,66); }

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

background-color css

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

 a { background-color: rgb(251,3,66); }

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

border-color css

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

 span { border-color: rgb(251,3,66); }

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