Html Css Color HEX #FB1C11 Scarlet

📋 copy color: '#FB1C11'

red 251 ◦ green 28 ◦ blue 17

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

Shades of Scarlet #FB1C11

Tints of Scarlet #FB1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

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

R = 84.8%
G = 9.46%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1C11 (or 0xFB1C11) is known color: Scarlet. HEX triplet: FB, 1C and 11. RGB value is (251,28,17). Sum of RGB (Red+Green+Blue) = 251+28+17=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C11 is #04E3EE. Grayscale: #5D5D5D. Windows color (decimal): -320495 or 1121531. OLE color: 1121531.

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

Color convert

RGB 251 28 17 -
CMYK 0 0.89 0.93 0.02
HSL 2.82º 0.97% 0.53% -
HSV(B) 2.82º 0.93% 0.98% -
XYZ 40.3 21.38 2.53 -
YUV 93.42 84.88 240.39 -
System Red Green Blue C M Y K H S L
Decimal 251 28 17 0 0.89 0.93 0.02 2.82 0.97 0.53
Hex FB 1C 11 0 59 5D 2 3 61 35
Octal 373 34 21 0 131 135 2 3 141 65
Binary 11111011 11100 10001 0 1011001 1011101 10 11 1100001 110101

Color Harmonies of #FB1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C11

Black with #FB1C11

Text Example


Text Example

White with #FB1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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