Html Css Color HEX #FB1B15 Scarlet

📋 copy color: '#FB1B15'

red 251 ◦ green 27 ◦ blue 21

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

Shades of Scarlet #FB1B15

Tints of Scarlet #FB1B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 83.95%
G = 9.03%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1B15 (or 0xFB1B15) is known color: Scarlet. HEX triplet: FB, 1B and 15. RGB value is (251,27,21). Sum of RGB (Red+Green+Blue) = 251+27+21=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1B15 is #04E4EA. Grayscale: #5D5D5D. Windows color (decimal): -320747 or 1383419. OLE color: 1383419.

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

Color convert

RGB 251 27 21 -
CMYK 0 0.89 0.92 0.02
HSL 1.57º 0.97% 0.53% -
HSV(B) 1.57º 0.92% 0.98% -
XYZ 40.31 21.35 2.71 -
YUV 93.29 87.21 240.49 -
System Red Green Blue C M Y K H S L
Decimal 251 27 21 0 0.89 0.92 0.02 1.57 0.97 0.53
Hex FB 1B 15 0 59 5C 2 2 61 35
Octal 373 33 25 0 131 134 2 2 141 65
Binary 11111011 11011 10101 0 1011001 1011100 10 10 1100001 110101

Color Harmonies of #FB1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B15

Black with #FB1B15

Text Example


Text Example

White with #FB1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B15; }

 p { color: rgb(251,27,21); }

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

background-color css

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

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

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

border-color css

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

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

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