Html Css Color HEX #F82018 Scarlet

📋 copy color: '#F82018'

red 248 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #F82018

Tints of Scarlet #F82018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 81.58%
G = 10.53%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82018 (or 0xF82018) is known color: Scarlet. HEX triplet: F8, 20 and 18. RGB value is (248,32,24). Sum of RGB (Red+Green+Blue) = 248+32+24=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F82018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82018 is #07DFE7. Grayscale: #5F5F5F. Windows color (decimal): -516072 or 1581304. OLE color: 1581304.

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

Color convert

RGB 248 32 24 -
CMYK 0 0.87 0.90 0.03
HSL 2.14º 0.94% 0.53% -
HSV(B) 2.14º 0.9% 0.97% -
XYZ 39.39 21.06 2.85 -
YUV 95.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 248 32 24 0 0.87 0.90 0.03 2.14 0.94 0.53
Hex F8 20 18 0 57 5A 3 2 5E 35
Octal 370 40 30 0 127 132 3 2 136 65
Binary 11111000 100000 11000 0 1010111 1011010 11 10 1011110 110101

Color Harmonies of #F82018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82018

Black with #F82018

Text Example


Text Example

White with #F82018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82018; }

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

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

background-color css

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

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

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

border-color css

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

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

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