Html Css Color HEX #F8241E Scarlet

📋 copy color: '#F8241E'

red 248 ◦ green 36 ◦ blue 30

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

Shades of Scarlet #F8241E

Tints of Scarlet #F8241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 78.98%
G = 11.46%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8241E (or 0xF8241E) is known color: Scarlet. HEX triplet: F8, 24 and 1E. RGB value is (248,36,30). Sum of RGB (Red+Green+Blue) = 248+36+30=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F8241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8241E is #07DBE1. Grayscale: #626262. Windows color (decimal): -515042 or 1975544. OLE color: 1975544.

HSL color Cylindrical-coordinate representation of color #F8241E: hue angle of 1.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8241E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 36 30 -
CMYK 0 0.85 0.88 0.03
HSL 1.65º 0.94% 0.55% -
HSV(B) 1.65º 0.88% 0.97% -
XYZ 39.58 21.31 3.26 -
YUV 98.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 248 36 30 0 0.85 0.88 0.03 1.65 0.94 0.55
Hex F8 24 1E 0 55 58 3 2 5E 37
Octal 370 44 36 0 125 130 3 2 136 67
Binary 11111000 100100 11110 0 1010101 1011000 11 10 1011110 110111

Color Harmonies of #F8241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8241E

Black with #F8241E

Text Example


Text Example

White with #F8241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8241E; }

 p { color: rgb(248,36,30); }

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

background-color css

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

 a { background-color: rgb(248,36,30); }

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

border-color css

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

 span { border-color: rgb(248,36,30); }

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