Html Css Color HEX #F82518 Scarlet

📋 copy color: '#F82518'

red 248 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #F82518

Tints of Scarlet #F82518

RGB

 RED value IS 248 (97.27% from 255) = 80.26%

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

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

R = 80.26%
G = 11.97%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82518 (or 0xF82518) is known color: Scarlet. HEX triplet: F8, 25 and 18. RGB value is (248,37,24). Sum of RGB (Red+Green+Blue) = 248+37+24=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F82518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82518 is #07DAE7. Grayscale: #626262. Windows color (decimal): -514792 or 1582584. OLE color: 1582584.

HSL color Cylindrical-coordinate representation of color #F82518: hue angle of 3.48º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F82518 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 24 -
CMYK 0 0.85 0.90 0.03
HSL 3.48º 0.94% 0.53% -
HSV(B) 3.48º 0.9% 0.97% -
XYZ 39.54 21.35 2.9 -
YUV 98.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 248 37 24 0 0.85 0.90 0.03 3.48 0.94 0.53
Hex F8 25 18 0 55 5A 3 3 5E 35
Octal 370 45 30 0 125 132 3 3 136 65
Binary 11111000 100101 11000 0 1010101 1011010 11 11 1011110 110101

Color Harmonies of #F82518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82518

Black with #F82518

Text Example


Text Example

White with #F82518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82518; }

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

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

background-color css

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

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

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

border-color css

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

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

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