Html Css Color HEX #FB1818 Scarlet

📋 copy color: '#FB1818'

red 251 ◦ green 24 ◦ blue 24

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

Shades of Scarlet #FB1818

Tints of Scarlet #FB1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 83.95%
G = 8.03%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB1818 (or 0xFB1818) is known color: Scarlet. HEX triplet: FB, 18 and 18. RGB value is (251,24,24). Sum of RGB (Red+Green+Blue) = 251+24+24=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1818 is #04E7E7. Grayscale: #5C5C5C. Windows color (decimal): -321512 or 1579259. OLE color: 1579259.

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

Color convert

RGB 251 24 24 -
CMYK 0 0.90 0.90 0.02
HSL 0.97% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 40.28 21.23 2.84 -
YUV 91.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 251 24 24 0 0.90 0.90 0.02 0 0.97 0.54
Hex FB 18 18 0 5A 5A 2 0 61 36
Octal 373 30 30 0 132 132 2 0 141 66
Binary 11111011 11000 11000 0 1011010 1011010 10 0 1100001 110110

Color Harmonies of #FB1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1818

Black with #FB1818

Text Example


Text Example

White with #FB1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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