Html Css Color HEX #F83518 Scarlet

📋 copy color: '#F83518'

red 248 ◦ green 53 ◦ blue 24

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

Shades of Scarlet #F83518

Tints of Scarlet #F83518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 76.31%
G = 16.31%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F83518 (or 0xF83518) is known color: Scarlet. HEX triplet: F8, 35 and 18. RGB value is (248,53,24). Sum of RGB (Red+Green+Blue) = 248+53+24=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F83518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83518 is #07CAE7. Grayscale: #6C6C6C. Windows color (decimal): -510696 or 1586680. OLE color: 1586680.

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

Color convert

RGB 248 53 24 -
CMYK 0 0.79 0.90 0.03
HSL 7.77º 0.94% 0.53% -
HSV(B) 7.77º 0.9% 0.97% -
XYZ 40.15 22.57 3.1 -
YUV 108 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 248 53 24 0 0.79 0.90 0.03 7.77 0.94 0.53
Hex F8 35 18 0 4F 5A 3 8 5E 35
Octal 370 65 30 0 117 132 3 10 136 65
Binary 11111000 110101 11000 0 1001111 1011010 11 1000 1011110 110101

Color Harmonies of #F83518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83518

Black with #F83518

Text Example


Text Example

White with #F83518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83518; }

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

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

background-color css

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

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

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

border-color css

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

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

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