Html Css Color HEX #FB2328 Torch Red

📋 copy color: '#FB2328'

red 251 ◦ green 35 ◦ blue 40

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

Shades of Torch Red #FB2328

Tints of Torch Red #FB2328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 76.99%
G = 10.74%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB2328 (or 0xFB2328) is known color: Torch Red. HEX triplet: FB, 23 and 28. RGB value is (251,35,40). Sum of RGB (Red+Green+Blue) = 251+35+40=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2328 is #04DCD7. Grayscale: #646464. Windows color (decimal): -318680 or 2630651. OLE color: 2630651.

HSL color Cylindrical-coordinate representation of color #FB2328: hue angle of 358.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2328 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 35 40 -
CMYK 0 0.86 0.84 0.02
HSL 358.61º 0.96% 0.56% -
HSV(B) 358.61º 0.86% 0.98% -
XYZ 40.77 21.86 4.08 -
YUV 100.15 94.06 235.59 -
System Red Green Blue C M Y K H S L
Decimal 251 35 40 0 0.86 0.84 0.02 358.61 0.96 0.56
Hex FB 23 28 0 56 54 2 167 60 38
Octal 373 43 50 0 126 124 2 547 140 70
Binary 11111011 100011 101000 0 1010110 1010100 10 101100111 1100000 111000

Color Harmonies of #FB2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2328

Black with #FB2328

Text Example


Text Example

White with #FB2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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