Html Css Color HEX #FB2815 Scarlet

📋 copy color: '#FB2815'

red 251 ◦ green 40 ◦ blue 21

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

Shades of Scarlet #FB2815

Tints of Scarlet #FB2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 80.45%
G = 12.82%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB2815 (or 0xFB2815) is known color: Scarlet. HEX triplet: FB, 28 and 15. RGB value is (251,40,21). Sum of RGB (Red+Green+Blue) = 251+40+21=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2815 is #04D7EA. Grayscale: #656565. Windows color (decimal): -317419 or 1386747. OLE color: 1386747.

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

Color convert

RGB 251 40 21 -
CMYK 0 0.84 0.92 0.02
HSL 4.96º 0.97% 0.53% -
HSV(B) 4.96º 0.92% 0.98% -
XYZ 40.68 22.08 2.83 -
YUV 100.92 82.9 235.04 -
System Red Green Blue C M Y K H S L
Decimal 251 40 21 0 0.84 0.92 0.02 4.96 0.97 0.53
Hex FB 28 15 0 54 5C 2 5 61 35
Octal 373 50 25 0 124 134 2 5 141 65
Binary 11111011 101000 10101 0 1010100 1011100 10 101 1100001 110101

Color Harmonies of #FB2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2815

Black with #FB2815

Text Example


Text Example

White with #FB2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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