Html Css Color HEX #F81C18 Scarlet

📋 copy color: '#F81C18'

red 248 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #F81C18

Tints of Scarlet #F81C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.33%

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

R = 82.67%
G = 9.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F81C18 (or 0xF81C18) is known color: Scarlet. HEX triplet: F8, 1C and 18. RGB value is (248,28,24). Sum of RGB (Red+Green+Blue) = 248+28+24=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C18 is #07E3E7. Grayscale: #5D5D5D. Windows color (decimal): -517096 or 1580280. OLE color: 1580280.

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

Color convert

RGB 248 28 24 -
CMYK 0 0.89 0.90 0.03
HSL 1.07º 0.94% 0.53% -
HSV(B) 1.07º 0.9% 0.97% -
XYZ 39.29 20.85 2.82 -
YUV 93.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 248 28 24 0 0.89 0.90 0.03 1.07 0.94 0.53
Hex F8 1C 18 0 59 5A 3 1 5E 35
Octal 370 34 30 0 131 132 3 1 136 65
Binary 11111000 11100 11000 0 1011001 1011010 11 1 1011110 110101

Color Harmonies of #F81C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C18

Black with #F81C18

Text Example


Text Example

White with #F81C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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