Html Css Color HEX #FB130B Red

📋 copy color: '#FB130B'

red 251 ◦ green 19 ◦ blue 11

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

Shades of Red #FB130B

Tints of Red #FB130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 89.32%
G = 6.76%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB130B (or 0xFB130B) is known color: Red. HEX triplet: FB, 13 and 0B. RGB value is (251,19,11). Sum of RGB (Red+Green+Blue) = 251+19+11=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB130B is #04ECF4. Grayscale: #575757. Windows color (decimal): -322805 or 726011. OLE color: 726011.

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

Color convert

RGB 251 19 11 -
CMYK 0 0.92 0.96 0.02
HSL 0.97% 0.51% -
HSV(B) 0.96% 0.98% -
XYZ 40.08 21 2.26 -
YUV 87.46 84.86 244.65 -
System Red Green Blue C M Y K H S L
Decimal 251 19 11 0 0.92 0.96 0.02 2 0.97 0.51
Hex FB 13 B 0 5C 60 2 2 61 33
Octal 373 23 13 0 134 140 2 2 141 63
Binary 11111011 10011 1011 0 1011100 1100000 10 10 1100001 110011

Color Harmonies of #FB130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB130B

Black with #FB130B

Text Example


Text Example

White with #FB130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB130B; }

 p { color: rgb(251,19,11); }

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

background-color css

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

 a { background-color: rgb(251,19,11); }

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

border-color css

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

 span { border-color: rgb(251,19,11); }

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