Html Css Color HEX #F81710 Scarlet

📋 copy color: '#F81710'

red 248 ◦ green 23 ◦ blue 16

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

Shades of Scarlet #F81710

Tints of Scarlet #F81710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 86.41%
G = 8.01%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F81710 (or 0xF81710) is known color: Scarlet. HEX triplet: F8, 17 and 10. RGB value is (248,23,16). Sum of RGB (Red+Green+Blue) = 248+23+16=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F81710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81710 is #07E8EF. Grayscale: #595959. Windows color (decimal): -518384 or 1054712. OLE color: 1054712.

HSL color Cylindrical-coordinate representation of color #F81710: hue angle of 1.81º 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 #F81710 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 16 -
CMYK 0 0.91 0.94 0.03
HSL 1.81º 0.94% 0.52% -
HSV(B) 1.81º 0.94% 0.97% -
XYZ 39.11 20.61 2.41 -
YUV 89.48 86.54 241.07 -
System Red Green Blue C M Y K H S L
Decimal 248 23 16 0 0.91 0.94 0.03 1.81 0.94 0.52
Hex F8 17 10 0 5B 5E 3 2 5E 34
Octal 370 27 20 0 133 136 3 2 136 64
Binary 11111000 10111 10000 0 1011011 1011110 11 10 1011110 110100

Color Harmonies of #F81710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81710

Black with #F81710

Text Example


Text Example

White with #F81710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81710; }

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

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

background-color css

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

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

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

border-color css

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

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

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