Html Css Color HEX #F81D13 Scarlet

📋 copy color: '#F81D13'

red 248 ◦ green 29 ◦ blue 19

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

Shades of Scarlet #F81D13

Tints of Scarlet #F81D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 83.78%
G = 9.8%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F81D13 (or 0xF81D13) is known color: Scarlet. HEX triplet: F8, 1D and 13. RGB value is (248,29,19). Sum of RGB (Red+Green+Blue) = 248+29+19=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D13 is #07E2EC. Grayscale: #5D5D5D. Windows color (decimal): -516845 or 1252856. OLE color: 1252856.

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

Color convert

RGB 248 29 19 -
CMYK 0 0.88 0.92 0.03
HSL 2.62º 0.94% 0.52% -
HSV(B) 2.62º 0.92% 0.97% -
XYZ 39.27 20.88 2.58 -
YUV 93.34 86.05 238.31 -
System Red Green Blue C M Y K H S L
Decimal 248 29 19 0 0.88 0.92 0.03 2.62 0.94 0.52
Hex F8 1D 13 0 58 5C 3 3 5E 34
Octal 370 35 23 0 130 134 3 3 136 64
Binary 11111000 11101 10011 0 1011000 1011100 11 11 1011110 110100

Color Harmonies of #F81D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D13

Black with #F81D13

Text Example


Text Example

White with #F81D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D13; }

 p { color: rgb(248,29,19); }

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

background-color css

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

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

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

border-color css

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

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

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