Html Css Color HEX #F8271E Scarlet

📋 copy color: '#F8271E'

red 248 ◦ green 39 ◦ blue 30

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

Shades of Scarlet #F8271E

Tints of Scarlet #F8271E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 78.23%
G = 12.3%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8271E (or 0xF8271E) is known color: Scarlet. HEX triplet: F8, 27 and 1E. RGB value is (248,39,30). Sum of RGB (Red+Green+Blue) = 248+39+30=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F8271E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8271E is #07D8E1. Grayscale: #646464. Windows color (decimal): -514274 or 1976312. OLE color: 1976312.

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

Color convert

RGB 248 39 30 -
CMYK 0 0.84 0.88 0.03
HSL 2.48º 0.94% 0.55% -
HSV(B) 2.48º 0.88% 0.97% -
XYZ 39.67 21.5 3.29 -
YUV 100.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 248 39 30 0 0.84 0.88 0.03 2.48 0.94 0.55
Hex F8 27 1E 0 54 58 3 2 5E 37
Octal 370 47 36 0 124 130 3 2 136 67
Binary 11111000 100111 11110 0 1010100 1011000 11 10 1011110 110111

Color Harmonies of #F8271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8271E

Black with #F8271E

Text Example


Text Example

White with #F8271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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