Html Css Color HEX #F8211F Scarlet

📋 copy color: '#F8211F'

red 248 ◦ green 33 ◦ blue 31

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

Shades of Scarlet #F8211F

Tints of Scarlet #F8211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 79.49%
G = 10.58%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8211F (or 0xF8211F) is known color: Scarlet. HEX triplet: F8, 21 and 1F. RGB value is (248,33,31). Sum of RGB (Red+Green+Blue) = 248+33+31=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8211F is #07DEE0. Grayscale: #616161. Windows color (decimal): -515809 or 2040312. OLE color: 2040312.

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

Color convert

RGB 248 33 31 -
CMYK 0 0.87 0.88 0.03
HSL 0.55º 0.94% 0.55% -
HSV(B) 0.55º 0.88% 0.97% -
XYZ 39.5 21.14 3.3 -
YUV 97.06 90.73 235.66 -
System Red Green Blue C M Y K H S L
Decimal 248 33 31 0 0.87 0.88 0.03 0.55 0.94 0.55
Hex F8 21 1F 0 57 58 3 1 5E 37
Octal 370 41 37 0 127 130 3 1 136 67
Binary 11111000 100001 11111 0 1010111 1011000 11 1 1011110 110111

Color Harmonies of #F8211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8211F

Black with #F8211F

Text Example


Text Example

White with #F8211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8211F; }

 p { color: rgb(248,33,31); }

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

background-color css

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

 a { background-color: rgb(248,33,31); }

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

border-color css

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

 span { border-color: rgb(248,33,31); }

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