Html Css Color HEX #FB1023 Torch Red

📋 copy color: '#FB1023'

red 251 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #FB1023

Tints of Torch Red #FB1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 83.11%
G = 5.3%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1023 (or 0xFB1023) is known color: Torch Red. HEX triplet: FB, 10 and 23. RGB value is (251,16,35). Sum of RGB (Red+Green+Blue) = 251+16+35=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1023 is #04EFDC. Grayscale: #585858. Windows color (decimal): -323549 or 2298107. OLE color: 2298107.

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

Color convert

RGB 251 16 35 -
CMYK 0 0.94 0.86 0.02
HSL 355.15º 0.97% 0.52% -
HSV(B) 355.15º 0.94% 0.98% -
XYZ 40.27 21 3.52 -
YUV 88.43 97.86 243.96 -
System Red Green Blue C M Y K H S L
Decimal 251 16 35 0 0.94 0.86 0.02 355.15 0.97 0.52
Hex FB 10 23 0 5E 56 2 163 61 34
Octal 373 20 43 0 136 126 2 543 141 64
Binary 11111011 10000 100011 0 1011110 1010110 10 101100011 1100001 110100

Color Harmonies of #FB1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1023

Black with #FB1023

Text Example


Text Example

White with #FB1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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