Html Css Color HEX #FB2015 Scarlet

📋 copy color: '#FB2015'

red 251 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #FB2015

Tints of Scarlet #FB2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 82.57%
G = 10.53%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB2015 (or 0xFB2015) is known color: Scarlet. HEX triplet: FB, 20 and 15. RGB value is (251,32,21). Sum of RGB (Red+Green+Blue) = 251+32+21=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2015 is #04DFEA. Grayscale: #606060. Windows color (decimal): -319467 or 1384699. OLE color: 1384699.

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

Color convert

RGB 251 32 21 -
CMYK 0 0.87 0.92 0.02
HSL 2.87º 0.97% 0.53% -
HSV(B) 2.87º 0.92% 0.98% -
XYZ 40.44 21.6 2.75 -
YUV 96.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 251 32 21 0 0.87 0.92 0.02 2.87 0.97 0.53
Hex FB 20 15 0 57 5C 2 3 61 35
Octal 373 40 25 0 127 134 2 3 141 65
Binary 11111011 100000 10101 0 1010111 1011100 10 11 1100001 110101

Color Harmonies of #FB2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2015

Black with #FB2015

Text Example


Text Example

White with #FB2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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