Html Css Color HEX #FB3015 Scarlet

📋 copy color: '#FB3015'

red 251 ◦ green 48 ◦ blue 21

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

Shades of Scarlet #FB3015

Tints of Scarlet #FB3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 78.44%
G = 15%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3015 (or 0xFB3015) is known color: Scarlet. HEX triplet: FB, 30 and 15. RGB value is (251,48,21). Sum of RGB (Red+Green+Blue) = 251+48+21=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3015 is #04CFEA. Grayscale: #696969. Windows color (decimal): -315371 or 1388795. OLE color: 1388795.

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

Color convert

RGB 251 48 21 -
CMYK 0 0.81 0.92 0.02
HSL 7.04º 0.97% 0.53% -
HSV(B) 7.04º 0.92% 0.98% -
XYZ 40.98 22.68 2.93 -
YUV 105.62 80.25 231.7 -
System Red Green Blue C M Y K H S L
Decimal 251 48 21 0 0.81 0.92 0.02 7.04 0.97 0.53
Hex FB 30 15 0 51 5C 2 7 61 35
Octal 373 60 25 0 121 134 2 7 141 65
Binary 11111011 110000 10101 0 1010001 1011100 10 111 1100001 110101

Color Harmonies of #FB3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3015

Black with #FB3015

Text Example


Text Example

White with #FB3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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