Html Css Color HEX #FB3014 Scarlet

📋 copy color: '#FB3014'

red 251 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #FB3014

Tints of Scarlet #FB3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 78.68%
G = 15.05%
B = 6.27%

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

#FB3014 (or 0xFB3014) is known color: Scarlet. HEX triplet: FB, 30 and 14. RGB value is (251,48,20). Sum of RGB (Red+Green+Blue) = 251+48+20=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3014 is #04CFEB. Grayscale: #696969. Windows color (decimal): -315372 or 1323259. OLE color: 1323259.

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

Color convert

RGB 251 48 20 -
CMYK 0 0.81 0.92 0.02
HSL 7.27º 0.97% 0.53% -
HSV(B) 7.27º 0.92% 0.98% -
XYZ 40.97 22.67 2.88 -
YUV 105.51 79.75 231.78 -
System Red Green Blue C M Y K H S L
Decimal 251 48 20 0 0.81 0.92 0.02 7.27 0.97 0.53
Hex FB 30 14 0 51 5C 2 7 61 35
Octal 373 60 24 0 121 134 2 7 141 65
Binary 11111011 110000 10100 0 1010001 1011100 10 111 1100001 110101

Color Harmonies of #FB3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3014

Black with #FB3014

Text Example


Text Example

White with #FB3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3014; }

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

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

background-color css

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

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

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

border-color css

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

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

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