Html Css Color HEX #F81510 Scarlet

📋 copy color: '#F81510'

red 248 ◦ green 21 ◦ blue 16

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

Shades of Scarlet #F81510

Tints of Scarlet #F81510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 87.02%
G = 7.37%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F81510 (or 0xF81510) is known color: Scarlet. HEX triplet: F8, 15 and 10. RGB value is (248,21,16). Sum of RGB (Red+Green+Blue) = 248+21+16=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F81510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81510 is #07EAEF. Grayscale: #585858. Windows color (decimal): -518896 or 1054200. OLE color: 1054200.

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

Color convert

RGB 248 21 16 -
CMYK 0 0.92 0.94 0.03
HSL 1.29º 0.94% 0.52% -
HSV(B) 1.29º 0.94% 0.97% -
XYZ 39.07 20.53 2.39 -
YUV 88.3 87.21 241.91 -
System Red Green Blue C M Y K H S L
Decimal 248 21 16 0 0.92 0.94 0.03 1.29 0.94 0.52
Hex F8 15 10 0 5C 5E 3 1 5E 34
Octal 370 25 20 0 134 136 3 1 136 64
Binary 11111000 10101 10000 0 1011100 1011110 11 1 1011110 110100

Color Harmonies of #F81510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81510

Black with #F81510

Text Example


Text Example

White with #F81510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81510; }

 p { color: rgb(248,21,16); }

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

background-color css

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

 a { background-color: rgb(248,21,16); }

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

border-color css

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

 span { border-color: rgb(248,21,16); }

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