Html Css Color HEX #F81616 Scarlet

📋 copy color: '#F81616'

red 248 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #F81616

Tints of Scarlet #F81616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.53%

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

R = 84.93%
G = 7.53%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F81616 (or 0xF81616) is known color: Scarlet. HEX triplet: F8, 16 and 16. RGB value is (248,22,22). Sum of RGB (Red+Green+Blue) = 248+22+22=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F81616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81616 is #07E9E9. Grayscale: #595959. Windows color (decimal): -518634 or 1447672. OLE color: 1447672.

HSL color Cylindrical-coordinate representation of color #F81616: 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.91%. Process color model (Four color, CMYK) of #F81616 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 22 22 -
CMYK 0 0.91 0.91 0.03
HSL 0.94% 0.53% -
HSV(B) 0.91% 0.97% -
XYZ 39.14 20.59 2.67 -
YUV 89.57 89.87 241 -
System Red Green Blue C M Y K H S L
Decimal 248 22 22 0 0.91 0.91 0.03 0 0.94 0.53
Hex F8 16 16 0 5B 5B 3 0 5E 35
Octal 370 26 26 0 133 133 3 0 136 65
Binary 11111000 10110 10110 0 1011011 1011011 11 0 1011110 110101

Color Harmonies of #F81616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81616

Black with #F81616

Text Example


Text Example

White with #F81616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81616; }

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

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

background-color css

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

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

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

border-color css

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

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

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