Html Css Color HEX #FB2118 Scarlet

📋 copy color: '#FB2118'

red 251 ◦ green 33 ◦ blue 24

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

Shades of Scarlet #FB2118

Tints of Scarlet #FB2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 81.49%
G = 10.71%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB2118 (or 0xFB2118) is known color: Scarlet. HEX triplet: FB, 21 and 18. RGB value is (251,33,24). Sum of RGB (Red+Green+Blue) = 251+33+24=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2118 is #04DEE7. Grayscale: #616161. Windows color (decimal): -319208 or 1581563. OLE color: 1581563.

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

Color convert

RGB 251 33 24 -
CMYK 0 0.87 0.90 0.02
HSL 2.38º 0.97% 0.54% -
HSV(B) 2.38º 0.9% 0.98% -
XYZ 40.49 21.66 2.91 -
YUV 97.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 251 33 24 0 0.87 0.90 0.02 2.38 0.97 0.54
Hex FB 21 18 0 57 5A 2 2 61 36
Octal 373 41 30 0 127 132 2 2 141 66
Binary 11111011 100001 11000 0 1010111 1011010 10 10 1100001 110110

Color Harmonies of #FB2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2118

Black with #FB2118

Text Example


Text Example

White with #FB2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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