Html Css Color HEX #FB232C Torch Red

📋 copy color: '#FB232C'

red 251 ◦ green 35 ◦ blue 44

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

Shades of Torch Red #FB232C

Tints of Torch Red #FB232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 76.06%
G = 10.61%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB232C (or 0xFB232C) is known color: Torch Red. HEX triplet: FB, 23 and 2C. RGB value is (251,35,44). Sum of RGB (Red+Green+Blue) = 251+35+44=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB232C is #04DCD3. Grayscale: #646464. Windows color (decimal): -318676 or 2892795. OLE color: 2892795.

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

Color convert

RGB 251 35 44 -
CMYK 0 0.86 0.82 0.02
HSL 357.5º 0.96% 0.56% -
HSV(B) 357.5º 0.86% 0.98% -
XYZ 40.84 21.89 4.46 -
YUV 100.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 251 35 44 0 0.86 0.82 0.02 357.5 0.96 0.56
Hex FB 23 2C 0 56 52 2 166 60 38
Octal 373 43 54 0 126 122 2 546 140 70
Binary 11111011 100011 101100 0 1010110 1010010 10 101100110 1100000 111000

Color Harmonies of #FB232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB232C

Black with #FB232C

Text Example


Text Example

White with #FB232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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