Html Css Color HEX #FB3114 Scarlet

📋 copy color: '#FB3114'

red 251 ◦ green 49 ◦ blue 20

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

Shades of Scarlet #FB3114

Tints of Scarlet #FB3114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 78.44%
G = 15.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3114 (or 0xFB3114) is known color: Scarlet. HEX triplet: FB, 31 and 14. RGB value is (251,49,20). Sum of RGB (Red+Green+Blue) = 251+49+20=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3114 is #04CEEB. Grayscale: #6A6A6A. Windows color (decimal): -315116 or 1323515. OLE color: 1323515.

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

Color convert

RGB 251 49 20 -
CMYK 0 0.80 0.92 0.02
HSL 7.53º 0.97% 0.53% -
HSV(B) 7.53º 0.92% 0.98% -
XYZ 41.01 22.76 2.89 -
YUV 106.09 79.42 231.36 -
System Red Green Blue C M Y K H S L
Decimal 251 49 20 0 0.80 0.92 0.02 7.53 0.97 0.53
Hex FB 31 14 0 50 5C 2 8 61 35
Octal 373 61 24 0 120 134 2 10 141 65
Binary 11111011 110001 10100 0 1010000 1011100 10 1000 1100001 110101

Color Harmonies of #FB3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3114

Black with #FB3114

Text Example


Text Example

White with #FB3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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