Html Css Color HEX #FB1611 Scarlet

📋 copy color: '#FB1611'

red 251 ◦ green 22 ◦ blue 17

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

Shades of Scarlet #FB1611

Tints of Scarlet #FB1611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 86.55%
G = 7.59%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1611 (or 0xFB1611) is known color: Scarlet. HEX triplet: FB, 16 and 11. RGB value is (251,22,17). Sum of RGB (Red+Green+Blue) = 251+22+17=290 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.55% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1611 is #04E9EE. Grayscale: #5A5A5A. Windows color (decimal): -322031 or 1119995. OLE color: 1119995.

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

Color convert

RGB 251 22 17 -
CMYK 0 0.91 0.93 0.02
HSL 1.28º 0.97% 0.53% -
HSV(B) 1.28º 0.93% 0.98% -
XYZ 40.17 21.12 2.49 -
YUV 89.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 251 22 17 0 0.91 0.93 0.02 1.28 0.97 0.53
Hex FB 16 11 0 5B 5D 2 1 61 35
Octal 373 26 21 0 133 135 2 1 141 65
Binary 11111011 10110 10001 0 1011011 1011101 10 1 1100001 110101

Color Harmonies of #FB1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1611

Black with #FB1611

Text Example


Text Example

White with #FB1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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