Html Css Color HEX #F81A14 Scarlet

📋 copy color: '#F81A14'

red 248 ◦ green 26 ◦ blue 20

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

Shades of Scarlet #F81A14

Tints of Scarlet #F81A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 84.35%
G = 8.84%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F81A14 (or 0xF81A14) is known color: Scarlet. HEX triplet: F8, 1A and 14. RGB value is (248,26,20). Sum of RGB (Red+Green+Blue) = 248+26+20=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A14 is #07E5EB. Grayscale: #5B5B5B. Windows color (decimal): -517612 or 1317624. OLE color: 1317624.

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

Color convert

RGB 248 26 20 -
CMYK 0 0.90 0.92 0.03
HSL 1.58º 0.94% 0.53% -
HSV(B) 1.58º 0.92% 0.97% -
XYZ 39.21 20.75 2.6 -
YUV 91.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 248 26 20 0 0.90 0.92 0.03 1.58 0.94 0.53
Hex F8 1A 14 0 5A 5C 3 2 5E 35
Octal 370 32 24 0 132 134 3 2 136 65
Binary 11111000 11010 10100 0 1011010 1011100 11 10 1011110 110101

Color Harmonies of #F81A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A14

Black with #F81A14

Text Example


Text Example

White with #F81A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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