Html Css Color HEX #FB2918 Scarlet

📋 copy color: '#FB2918'

red 251 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #FB2918

Tints of Scarlet #FB2918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 79.43%
G = 12.97%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB2918 (or 0xFB2918) is known color: Scarlet. HEX triplet: FB, 29 and 18. RGB value is (251,41,24). Sum of RGB (Red+Green+Blue) = 251+41+24=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2918 is #04D6E7. Grayscale: #666666. Windows color (decimal): -317160 or 1583611. OLE color: 1583611.

HSL color Cylindrical-coordinate representation of color #FB2918: hue angle of 4.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB2918 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 41 24 -
CMYK 0 0.84 0.90 0.02
HSL 4.49º 0.97% 0.54% -
HSV(B) 4.49º 0.9% 0.98% -
XYZ 40.74 22.16 2.99 -
YUV 101.85 84.07 234.38 -
System Red Green Blue C M Y K H S L
Decimal 251 41 24 0 0.84 0.90 0.02 4.49 0.97 0.54
Hex FB 29 18 0 54 5A 2 4 61 36
Octal 373 51 30 0 124 132 2 4 141 66
Binary 11111011 101001 11000 0 1010100 1011010 10 100 1100001 110110

Color Harmonies of #FB2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2918

Black with #FB2918

Text Example


Text Example

White with #FB2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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