Html Css Color HEX #F8241B Scarlet

📋 copy color: '#F8241B'

red 248 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F8241B

Tints of Scarlet #F8241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 79.74%
G = 11.58%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8241B (or 0xF8241B) is known color: Scarlet. HEX triplet: F8, 24 and 1B. RGB value is (248,36,27). Sum of RGB (Red+Green+Blue) = 248+36+27=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F8241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8241B is #07DBE4. Grayscale: #626262. Windows color (decimal): -515045 or 1778936. OLE color: 1778936.

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

Color convert

RGB 248 36 27 -
CMYK 0 0.85 0.89 0.03
HSL 2.44º 0.94% 0.54% -
HSV(B) 2.44º 0.89% 0.97% -
XYZ 39.54 21.3 3.06 -
YUV 98.36 87.74 234.73 -
System Red Green Blue C M Y K H S L
Decimal 248 36 27 0 0.85 0.89 0.03 2.44 0.94 0.54
Hex F8 24 1B 0 55 59 3 2 5E 36
Octal 370 44 33 0 125 131 3 2 136 66
Binary 11111000 100100 11011 0 1010101 1011001 11 10 1011110 110110

Color Harmonies of #F8241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8241B

Black with #F8241B

Text Example


Text Example

White with #F8241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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