Html Css Color HEX #F83118 Scarlet

📋 copy color: '#F83118'

red 248 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #F83118

Tints of Scarlet #F83118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 77.26%
G = 15.26%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F83118 (or 0xF83118) is known color: Scarlet. HEX triplet: F8, 31 and 18. RGB value is (248,49,24). Sum of RGB (Red+Green+Blue) = 248+49+24=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F83118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83118 is #07CEE7. Grayscale: #696969. Windows color (decimal): -511720 or 1585656. OLE color: 1585656.

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

Color convert

RGB 248 49 24 -
CMYK 0 0.80 0.90 0.03
HSL 6.7º 0.94% 0.53% -
HSV(B) 6.7º 0.9% 0.97% -
XYZ 39.97 22.22 3.05 -
YUV 105.65 81.93 229.53 -
System Red Green Blue C M Y K H S L
Decimal 248 49 24 0 0.80 0.90 0.03 6.7 0.94 0.53
Hex F8 31 18 0 50 5A 3 7 5E 35
Octal 370 61 30 0 120 132 3 7 136 65
Binary 11111000 110001 11000 0 1010000 1011010 11 111 1011110 110101

Color Harmonies of #F83118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83118

Black with #F83118

Text Example


Text Example

White with #F83118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83118; }

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

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

background-color css

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

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

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

border-color css

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

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

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