Html Css Color HEX #F8271D Scarlet

📋 copy color: '#F8271D'

red 248 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #F8271D

Tints of Scarlet #F8271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 78.48%
G = 12.34%
B = 9.18%

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

#F8271D (or 0xF8271D) is known color: Scarlet. HEX triplet: F8, 27 and 1D. RGB value is (248,39,29). Sum of RGB (Red+Green+Blue) = 248+39+29=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F8271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8271D is #07D8E2. Grayscale: #646464. Windows color (decimal): -514275 or 1910776. OLE color: 1910776.

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

Color convert

RGB 248 39 29 -
CMYK 0 0.84 0.88 0.03
HSL 2.74º 0.94% 0.54% -
HSV(B) 2.74º 0.88% 0.97% -
XYZ 39.66 21.5 3.22 -
YUV 100.35 87.74 233.31 -
System Red Green Blue C M Y K H S L
Decimal 248 39 29 0 0.84 0.88 0.03 2.74 0.94 0.54
Hex F8 27 1D 0 54 58 3 3 5E 36
Octal 370 47 35 0 124 130 3 3 136 66
Binary 11111000 100111 11101 0 1010100 1011000 11 11 1011110 110110

Color Harmonies of #F8271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8271D

Black with #F8271D

Text Example


Text Example

White with #F8271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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