Html Css Color HEX #F81D16 Scarlet

📋 copy color: '#F81D16'

red 248 ◦ green 29 ◦ blue 22

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

Shades of Scarlet #F81D16

Tints of Scarlet #F81D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 82.94%
G = 9.7%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F81D16 (or 0xF81D16) is known color: Scarlet. HEX triplet: F8, 1D and 16. RGB value is (248,29,22). Sum of RGB (Red+Green+Blue) = 248+29+22=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D16 is #07E2E9. Grayscale: #5D5D5D. Windows color (decimal): -516842 or 1449464. OLE color: 1449464.

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

Color convert

RGB 248 29 22 -
CMYK 0 0.88 0.91 0.03
HSL 1.86º 0.94% 0.53% -
HSV(B) 1.86º 0.91% 0.97% -
XYZ 39.3 20.89 2.72 -
YUV 93.68 87.55 238.07 -
System Red Green Blue C M Y K H S L
Decimal 248 29 22 0 0.88 0.91 0.03 1.86 0.94 0.53
Hex F8 1D 16 0 58 5B 3 2 5E 35
Octal 370 35 26 0 130 133 3 2 136 65
Binary 11111000 11101 10110 0 1011000 1011011 11 10 1011110 110101

Color Harmonies of #F81D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D16

Black with #F81D16

Text Example


Text Example

White with #F81D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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