Html Css Color HEX #FB0328 Torch Red

📋 copy color: '#FB0328'

red 251 ◦ green 3 ◦ blue 40

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

Shades of Torch Red #FB0328

Tints of Torch Red #FB0328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 85.37%
G = 1.02%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB0328 (or 0xFB0328) is known color: Torch Red. HEX triplet: FB, 03 and 28. RGB value is (251,3,40). Sum of RGB (Red+Green+Blue) = 251+3+40=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0328 is #04FCD7. Grayscale: #515151. Windows color (decimal): -326872 or 2622459. OLE color: 2622459.

HSL color Cylindrical-coordinate representation of color #FB0328: hue angle of 351.05º 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 #FB0328 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 3 40 -
CMYK 0 0.99 0.84 0.02
HSL 351.05º 0.98% 0.5% -
HSV(B) 351.05º 0.99% 0.98% -
XYZ 40.2 20.73 3.89 -
YUV 81.37 104.66 248.99 -
System Red Green Blue C M Y K H S L
Decimal 251 3 40 0 0.99 0.84 0.02 351.05 0.98 0.5
Hex FB 3 28 0 63 54 2 15F 62 32
Octal 373 3 50 0 143 124 2 537 142 62
Binary 11111011 11 101000 0 1100011 1010100 10 101011111 1100010 110010

Color Harmonies of #FB0328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0328

Black with #FB0328

Text Example


Text Example

White with #FB0328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0328; }

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

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

background-color css

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

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

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

border-color css

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

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

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