Html Css Color HEX #FB2914 Scarlet

📋 copy color: '#FB2914'

red 251 ◦ green 41 ◦ blue 20

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

Shades of Scarlet #FB2914

Tints of Scarlet #FB2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 80.45%
G = 13.14%
B = 6.41%

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

#FB2914 (or 0xFB2914) is known color: Scarlet. HEX triplet: FB, 29 and 14. RGB value is (251,41,20). Sum of RGB (Red+Green+Blue) = 251+41+20=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2914 is #04D6EB. Grayscale: #656565. Windows color (decimal): -317164 or 1321467. OLE color: 1321467.

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

Color convert

RGB 251 41 20 -
CMYK 0 0.84 0.92 0.02
HSL 5.45º 0.97% 0.53% -
HSV(B) 5.45º 0.92% 0.98% -
XYZ 40.7 22.15 2.79 -
YUV 101.4 82.07 234.71 -
System Red Green Blue C M Y K H S L
Decimal 251 41 20 0 0.84 0.92 0.02 5.45 0.97 0.53
Hex FB 29 14 0 54 5C 2 5 61 35
Octal 373 51 24 0 124 134 2 5 141 65
Binary 11111011 101001 10100 0 1010100 1011100 10 101 1100001 110101

Color Harmonies of #FB2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2914

Black with #FB2914

Text Example


Text Example

White with #FB2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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