Html Css Color HEX #FB0230 Torch Red

📋 copy color: '#FB0230'

red 251 ◦ green 2 ◦ blue 48

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

Shades of Torch Red #FB0230

Tints of Torch Red #FB0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 83.39%
G = 0.66%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB0230 (or 0xFB0230) is known color: Torch Red. HEX triplet: FB, 02 and 30. RGB value is (251,2,48). Sum of RGB (Red+Green+Blue) = 251+2+48=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0230 is #04FDCF. Grayscale: #515151. Windows color (decimal): -327120 or 3146491. OLE color: 3146491.

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

Color convert

RGB 251 2 48 -
CMYK 0 0.99 0.81 0.02
HSL 348.92º 0.98% 0.5% -
HSV(B) 348.92º 0.99% 0.98% -
XYZ 40.34 20.77 4.68 -
YUV 81.7 108.99 248.76 -
System Red Green Blue C M Y K H S L
Decimal 251 2 48 0 0.99 0.81 0.02 348.92 0.98 0.5
Hex FB 2 30 0 63 51 2 15D 62 32
Octal 373 2 60 0 143 121 2 535 142 62
Binary 11111011 10 110000 0 1100011 1010001 10 101011101 1100010 110010

Color Harmonies of #FB0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0230

Black with #FB0230

Text Example


Text Example

White with #FB0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0230; }

 p { color: rgb(251,2,48); }

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

background-color css

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

 a { background-color: rgb(251,2,48); }

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

border-color css

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

 span { border-color: rgb(251,2,48); }

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