Html Css Color HEX #F81915 Scarlet

📋 copy color: '#F81915'

red 248 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #F81915

Tints of Scarlet #F81915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 84.35%
G = 8.5%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F81915 (or 0xF81915) is known color: Scarlet. HEX triplet: F8, 19 and 15. RGB value is (248,25,21). Sum of RGB (Red+Green+Blue) = 248+25+21=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81915 is #07E6EA. Grayscale: #5B5B5B. Windows color (decimal): -517867 or 1382904. OLE color: 1382904.

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

Color convert

RGB 248 25 21 -
CMYK 0 0.90 0.92 0.03
HSL 1.06º 0.94% 0.53% -
HSV(B) 1.06º 0.92% 0.97% -
XYZ 39.19 20.71 2.64 -
YUV 91.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 248 25 21 0 0.90 0.92 0.03 1.06 0.94 0.53
Hex F8 19 15 0 5A 5C 3 1 5E 35
Octal 370 31 25 0 132 134 3 1 136 65
Binary 11111000 11001 10101 0 1011010 1011100 11 1 1011110 110101

Color Harmonies of #F81915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81915

Black with #F81915

Text Example


Text Example

White with #F81915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81915; }

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

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

background-color css

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

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

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

border-color css

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

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

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