Html Css Color HEX #F81712 Scarlet

📋 copy color: '#F81712'

red 248 ◦ green 23 ◦ blue 18

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

Shades of Scarlet #F81712

Tints of Scarlet #F81712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 85.81%
G = 7.96%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F81712 (or 0xF81712) is known color: Scarlet. HEX triplet: F8, 17 and 12. RGB value is (248,23,18). Sum of RGB (Red+Green+Blue) = 248+23+18=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F81712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81712 is #07E8ED. Grayscale: #595959. Windows color (decimal): -518382 or 1185784. OLE color: 1185784.

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

Color convert

RGB 248 23 18 -
CMYK 0 0.91 0.93 0.03
HSL 1.3º 0.94% 0.52% -
HSV(B) 1.3º 0.93% 0.97% -
XYZ 39.13 20.61 2.49 -
YUV 89.71 87.54 240.91 -
System Red Green Blue C M Y K H S L
Decimal 248 23 18 0 0.91 0.93 0.03 1.3 0.94 0.52
Hex F8 17 12 0 5B 5D 3 1 5E 34
Octal 370 27 22 0 133 135 3 1 136 64
Binary 11111000 10111 10010 0 1011011 1011101 11 1 1011110 110100

Color Harmonies of #F81712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81712

Black with #F81712

Text Example


Text Example

White with #F81712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81712; }

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

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

background-color css

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

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

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

border-color css

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

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

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