Html Css Color HEX #FB1C15 Scarlet

📋 copy color: '#FB1C15'

red 251 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #FB1C15

Tints of Scarlet #FB1C15

RGB

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

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

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

R = 83.67%
G = 9.33%
B = 7%

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

#FB1C15 (or 0xFB1C15) is known color: Scarlet. HEX triplet: FB, 1C and 15. RGB value is (251,28,21). Sum of RGB (Red+Green+Blue) = 251+28+21=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C15 is #04E3EA. Grayscale: #5E5E5E. Windows color (decimal): -320491 or 1383675. OLE color: 1383675.

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

Color convert

RGB 251 28 21 -
CMYK 0 0.89 0.92 0.02
HSL 1.83º 0.97% 0.53% -
HSV(B) 1.83º 0.92% 0.98% -
XYZ 40.33 21.39 2.71 -
YUV 93.88 86.88 240.07 -
System Red Green Blue C M Y K H S L
Decimal 251 28 21 0 0.89 0.92 0.02 1.83 0.97 0.53
Hex FB 1C 15 0 59 5C 2 2 61 35
Octal 373 34 25 0 131 134 2 2 141 65
Binary 11111011 11100 10101 0 1011001 1011100 10 10 1100001 110101

Color Harmonies of #FB1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C15

Black with #FB1C15

Text Example


Text Example

White with #FB1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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