Html Css Color HEX #F8201C Scarlet

📋 copy color: '#F8201C'

red 248 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #F8201C

Tints of Scarlet #F8201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 80.52%
G = 10.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8201C (or 0xF8201C) is known color: Scarlet. HEX triplet: F8, 20 and 1C. RGB value is (248,32,28). Sum of RGB (Red+Green+Blue) = 248+32+28=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F8201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8201C is #07DFE3. Grayscale: #606060. Windows color (decimal): -516068 or 1843448. OLE color: 1843448.

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

Color convert

RGB 248 32 28 -
CMYK 0 0.87 0.89 0.03
HSL 1.09º 0.94% 0.54% -
HSV(B) 1.09º 0.89% 0.97% -
XYZ 39.44 21.07 3.09 -
YUV 96.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 248 32 28 0 0.87 0.89 0.03 1.09 0.94 0.54
Hex F8 20 1C 0 57 59 3 1 5E 36
Octal 370 40 34 0 127 131 3 1 136 66
Binary 11111000 100000 11100 0 1010111 1011001 11 1 1011110 110110

Color Harmonies of #F8201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8201C

Black with #F8201C

Text Example


Text Example

White with #F8201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8201C; }

 p { color: rgb(248,32,28); }

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

background-color css

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

 a { background-color: rgb(248,32,28); }

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

border-color css

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

 span { border-color: rgb(248,32,28); }

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