Html Css Color HEX #FB1F14 Scarlet

📋 copy color: '#FB1F14'

red 251 ◦ green 31 ◦ blue 20

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

Shades of Scarlet #FB1F14

Tints of Scarlet #FB1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 83.11%
G = 10.26%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1F14 (or 0xFB1F14) is known color: Scarlet. HEX triplet: FB, 1F and 14. RGB value is (251,31,20). Sum of RGB (Red+Green+Blue) = 251+31+20=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1F14 is #04E0EB. Grayscale: #5F5F5F. Windows color (decimal): -319724 or 1318907. OLE color: 1318907.

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

Color convert

RGB 251 31 20 -
CMYK 0 0.88 0.92 0.02
HSL 2.86º 0.97% 0.53% -
HSV(B) 2.86º 0.92% 0.98% -
XYZ 40.4 21.54 2.69 -
YUV 95.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 251 31 20 0 0.88 0.92 0.02 2.86 0.97 0.53
Hex FB 1F 14 0 58 5C 2 3 61 35
Octal 373 37 24 0 130 134 2 3 141 65
Binary 11111011 11111 10100 0 1011000 1011100 10 11 1100001 110101

Color Harmonies of #FB1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F14

Black with #FB1F14

Text Example


Text Example

White with #FB1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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