Html Css Color HEX #FB2814 Scarlet

📋 copy color: '#FB2814'

red 251 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #FB2814

Tints of Scarlet #FB2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 80.71%
G = 12.86%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB2814 (or 0xFB2814) is known color: Scarlet. HEX triplet: FB, 28 and 14. RGB value is (251,40,20). Sum of RGB (Red+Green+Blue) = 251+40+20=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2814 is #04D7EB. Grayscale: #656565. Windows color (decimal): -317420 or 1321211. OLE color: 1321211.

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

Color convert

RGB 251 40 20 -
CMYK 0 0.84 0.92 0.02
HSL 5.19º 0.97% 0.53% -
HSV(B) 5.19º 0.92% 0.98% -
XYZ 40.67 22.08 2.78 -
YUV 100.81 82.4 235.13 -
System Red Green Blue C M Y K H S L
Decimal 251 40 20 0 0.84 0.92 0.02 5.19 0.97 0.53
Hex FB 28 14 0 54 5C 2 5 61 35
Octal 373 50 24 0 124 134 2 5 141 65
Binary 11111011 101000 10100 0 1010100 1011100 10 101 1100001 110101

Color Harmonies of #FB2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2814

Black with #FB2814

Text Example


Text Example

White with #FB2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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