Html Css Color HEX #F82E18 Scarlet

📋 copy color: '#F82E18'

red 248 ◦ green 46 ◦ blue 24

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

Shades of Scarlet #F82E18

Tints of Scarlet #F82E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

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

R = 77.99%
G = 14.47%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82E18 (or 0xF82E18) is known color: Scarlet. HEX triplet: F8, 2E and 18. RGB value is (248,46,24). Sum of RGB (Red+Green+Blue) = 248+46+24=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F82E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82E18 is #07D1E7. Grayscale: #686868. Windows color (decimal): -512488 or 1584888. OLE color: 1584888.

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

Color convert

RGB 248 46 24 -
CMYK 0 0.81 0.90 0.03
HSL 5.89º 0.94% 0.53% -
HSV(B) 5.89º 0.9% 0.97% -
XYZ 39.85 21.98 3.01 -
YUV 103.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 248 46 24 0 0.81 0.90 0.03 5.89 0.94 0.53
Hex F8 2E 18 0 51 5A 3 6 5E 35
Octal 370 56 30 0 121 132 3 6 136 65
Binary 11111000 101110 11000 0 1010001 1011010 11 110 1011110 110101

Color Harmonies of #F82E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82E18

Black with #F82E18

Text Example


Text Example

White with #F82E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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