Html Css Color HEX #FB1D11 Scarlet

📋 copy color: '#FB1D11'

red 251 ◦ green 29 ◦ blue 17

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

Shades of Scarlet #FB1D11

Tints of Scarlet #FB1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

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

R = 84.51%
G = 9.76%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1D11 (or 0xFB1D11) is known color: Scarlet. HEX triplet: FB, 1D and 11. RGB value is (251,29,17). Sum of RGB (Red+Green+Blue) = 251+29+17=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1D11 is #04E2EE. Grayscale: #5E5E5E. Windows color (decimal): -320239 or 1121787. OLE color: 1121787.

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

Color convert

RGB 251 29 17 -
CMYK 0 0.88 0.93 0.02
HSL 3.08º 0.97% 0.53% -
HSV(B) 3.08º 0.93% 0.98% -
XYZ 40.32 21.43 2.54 -
YUV 94.01 84.55 239.98 -
System Red Green Blue C M Y K H S L
Decimal 251 29 17 0 0.88 0.93 0.02 3.08 0.97 0.53
Hex FB 1D 11 0 58 5D 2 3 61 35
Octal 373 35 21 0 130 135 2 3 141 65
Binary 11111011 11101 10001 0 1011000 1011101 10 11 1100001 110101

Color Harmonies of #FB1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D11

Black with #FB1D11

Text Example


Text Example

White with #FB1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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