Html Css Color HEX #FB2518 Scarlet

📋 copy color: '#FB2518'

red 251 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #FB2518

Tints of Scarlet #FB2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 80.45%
G = 11.86%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB2518 (or 0xFB2518) is known color: Scarlet. HEX triplet: FB, 25 and 18. RGB value is (251,37,24). Sum of RGB (Red+Green+Blue) = 251+37+24=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2518 is #04DAE7. Grayscale: #636363. Windows color (decimal): -318184 or 1582587. OLE color: 1582587.

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

Color convert

RGB 251 37 24 -
CMYK 0 0.85 0.90 0.02
HSL 3.44º 0.97% 0.54% -
HSV(B) 3.44º 0.9% 0.98% -
XYZ 40.61 21.9 2.95 -
YUV 99.5 85.4 236.06 -
System Red Green Blue C M Y K H S L
Decimal 251 37 24 0 0.85 0.90 0.02 3.44 0.97 0.54
Hex FB 25 18 0 55 5A 2 3 61 36
Octal 373 45 30 0 125 132 2 3 141 66
Binary 11111011 100101 11000 0 1010101 1011010 10 11 1100001 110110

Color Harmonies of #FB2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2518

Black with #FB2518

Text Example


Text Example

White with #FB2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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