Html Css Color HEX #F81507 Scarlet

📋 copy color: '#F81507'

red 248 ◦ green 21 ◦ blue 7

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

Shades of Scarlet #F81507

Tints of Scarlet #F81507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 89.86%
G = 7.61%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F81507 (or 0xF81507) is known color: Scarlet. HEX triplet: F8, 15 and 07. RGB value is (248,21,7). Sum of RGB (Red+Green+Blue) = 248+21+7=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F81507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81507 is #07EAF8. Grayscale: #575757. Windows color (decimal): -518905 or 464376. OLE color: 464376.

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

Color convert

RGB 248 21 7 -
CMYK 0 0.92 0.97 0.03
HSL 3.49º 0.95% 0.5% -
HSV(B) 3.49º 0.97% 0.97% -
XYZ 39.02 20.51 2.1 -
YUV 87.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 248 21 7 0 0.92 0.97 0.03 3.49 0.95 0.5
Hex F8 15 7 0 5C 61 3 3 5F 32
Octal 370 25 7 0 134 141 3 3 137 62
Binary 11111000 10101 111 0 1011100 1100001 11 11 1011111 110010

Color Harmonies of #F81507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81507

Black with #F81507

Text Example


Text Example

White with #F81507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81507; }

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

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

background-color css

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

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

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

border-color css

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

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

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