Html Css Color HEX #FB1616 Scarlet

📋 copy color: '#FB1616'

red 251 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #FB1616

Tints of Scarlet #FB1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 85.08%
G = 7.46%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB1616 (or 0xFB1616) is known color: Scarlet. HEX triplet: FB, 16 and 16. RGB value is (251,22,22). Sum of RGB (Red+Green+Blue) = 251+22+22=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1616 is #04E9E9. Grayscale: #5A5A5A. Windows color (decimal): -322026 or 1447675. OLE color: 1447675.

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

Color convert

RGB 251 22 22 -
CMYK 0 0.91 0.91 0.02
HSL 0.97% 0.54% -
HSV(B) 0.91% 0.98% -
XYZ 40.22 21.14 2.72 -
YUV 90.47 89.37 242.5 -
System Red Green Blue C M Y K H S L
Decimal 251 22 22 0 0.91 0.91 0.02 0 0.97 0.54
Hex FB 16 16 0 5B 5B 2 0 61 36
Octal 373 26 26 0 133 133 2 0 141 66
Binary 11111011 10110 10110 0 1011011 1011011 10 0 1100001 110110

Color Harmonies of #FB1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1616

Black with #FB1616

Text Example


Text Example

White with #FB1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1616; }

 p { color: rgb(251,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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