Html Css Color HEX #F8220D Scarlet

📋 copy color: '#F8220D'

red 248 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #F8220D

Tints of Scarlet #F8220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 84.07%
G = 11.53%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8220D (or 0xF8220D) is known color: Scarlet. HEX triplet: F8, 22 and 0D. RGB value is (248,34,13). Sum of RGB (Red+Green+Blue) = 248+34+13=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8220D is #07DDF2. Grayscale: #5F5F5F. Windows color (decimal): -515571 or 860920. OLE color: 860920.

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

Color convert

RGB 248 34 13 -
CMYK 0 0.86 0.95 0.03
HSL 5.36º 0.94% 0.51% -
HSV(B) 5.36º 0.95% 0.97% -
XYZ 39.36 21.13 2.38 -
YUV 95.59 81.4 236.71 -
System Red Green Blue C M Y K H S L
Decimal 248 34 13 0 0.86 0.95 0.03 5.36 0.94 0.51
Hex F8 22 D 0 56 5F 3 5 5E 33
Octal 370 42 15 0 126 137 3 5 136 63
Binary 11111000 100010 1101 0 1010110 1011111 11 101 1011110 110011

Color Harmonies of #F8220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8220D

Black with #F8220D

Text Example


Text Example

White with #F8220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8220D; }

 p { color: rgb(248,34,13); }

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

background-color css

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

 a { background-color: rgb(248,34,13); }

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

border-color css

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

 span { border-color: rgb(248,34,13); }

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