Html Css Color HEX #F81500 Scarlet

📋 copy color: '#F81500'

red 248 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #F81500

Tints of Scarlet #F81500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.19%
G = 7.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F81500 (or 0xF81500) is known color: Scarlet. HEX triplet: F8, 15 and 00. RGB value is (248,21,0). Sum of RGB (Red+Green+Blue) = 248+21+0=269 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.19% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 248 - color contains mainly: red. Hex color #F81500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81500 is #07EAFF. Grayscale: #565656. Windows color (decimal): -518912 or 5624. OLE color: 5624.

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

Color convert

RGB 248 21 0 -
CMYK 0 0.92 1 0.03
HSL 5.08º 1% 0.49% -
HSV(B) 5.08º 1% 0.97% -
XYZ 38.98 20.49 1.9 -
YUV 86.48 79.21 243.21 -
System Red Green Blue C M Y K H S L
Decimal 248 21 0 0 0.92 1 0.03 5.08 1 0.49
Hex F8 15 0 0 5C 64 3 5 64 31
Octal 370 25 0 0 134 144 3 5 144 61
Binary 11111000 10101 0 0 1011100 1100100 11 101 1100100 110001

Color Harmonies of #F81500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81500

Black with #F81500

Text Example


Text Example

White with #F81500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81500; }

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

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

background-color css

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

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

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

border-color css

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

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

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