Html Css Color HEX #F81414 Scarlet

📋 copy color: '#F81414'

red 248 ◦ green 20 ◦ blue 20

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

Shades of Scarlet #F81414

Tints of Scarlet #F81414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 86.11%
G = 6.94%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F81414 (or 0xF81414) is known color: Scarlet. HEX triplet: F8, 14 and 14. RGB value is (248,20,20). Sum of RGB (Red+Green+Blue) = 248+20+20=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F81414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81414 is #07EBEB. Grayscale: #585858. Windows color (decimal): -519148 or 1316088. OLE color: 1316088.

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

Color convert

RGB 248 20 20 -
CMYK 0 0.92 0.92 0.03
HSL 0.94% 0.53% -
HSV(B) 0.92% 0.97% -
XYZ 39.09 20.51 2.56 -
YUV 88.17 89.54 242 -
System Red Green Blue C M Y K H S L
Decimal 248 20 20 0 0.92 0.92 0.03 0 0.94 0.53
Hex F8 14 14 0 5C 5C 3 0 5E 35
Octal 370 24 24 0 134 134 3 0 136 65
Binary 11111000 10100 10100 0 1011100 1011100 11 0 1011110 110101

Color Harmonies of #F81414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81414

Black with #F81414

Text Example


Text Example

White with #F81414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81414; }

 p { color: rgb(248,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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