Html Css Color HEX #F8210E Scarlet

📋 copy color: '#F8210E'

red 248 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #F8210E

Tints of Scarlet #F8210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 84.07%
G = 11.19%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8210E (or 0xF8210E) is known color: Scarlet. HEX triplet: F8, 21 and 0E. RGB value is (248,33,14). Sum of RGB (Red+Green+Blue) = 248+33+14=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8210E is #07DEF1. Grayscale: #5F5F5F. Windows color (decimal): -515826 or 926200. OLE color: 926200.

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

Color convert

RGB 248 33 14 -
CMYK 0 0.87 0.94 0.03
HSL 4.87º 0.94% 0.51% -
HSV(B) 4.87º 0.94% 0.97% -
XYZ 39.33 21.08 2.41 -
YUV 95.12 82.23 237.04 -
System Red Green Blue C M Y K H S L
Decimal 248 33 14 0 0.87 0.94 0.03 4.87 0.94 0.51
Hex F8 21 E 0 57 5E 3 5 5E 33
Octal 370 41 16 0 127 136 3 5 136 63
Binary 11111000 100001 1110 0 1010111 1011110 11 101 1011110 110011

Color Harmonies of #F8210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8210E

Black with #F8210E

Text Example


Text Example

White with #F8210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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