Html Css Color HEX #F91613 Scarlet

📋 copy color: '#F91613'

red 249 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F91613

Tints of Scarlet #F91613

RGB

 RED value IS 249 (97.66% from 255) = 85.86%

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

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

R = 85.86%
G = 7.59%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91613 (or 0xF91613) is known color: Scarlet. HEX triplet: F9, 16 and 13. RGB value is (249,22,19). Sum of RGB (Red+Green+Blue) = 249+22+19=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F91613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91613 is #06E9EC. Grayscale: #595959. Windows color (decimal): -453101 or 1251065. OLE color: 1251065.

HSL color Cylindrical-coordinate representation of color #F91613: hue angle of 0.78º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 22 19 -
CMYK 0 0.91 0.92 0.02
HSL 0.78º 0.95% 0.53% -
HSV(B) 0.78º 0.92% 0.98% -
XYZ 39.47 20.76 2.54 -
YUV 89.53 88.21 241.74 -
System Red Green Blue C M Y K H S L
Decimal 249 22 19 0 0.91 0.92 0.02 0.78 0.95 0.53
Hex F9 16 13 0 5B 5C 2 1 5F 35
Octal 371 26 23 0 133 134 2 1 137 65
Binary 11111001 10110 10011 0 1011011 1011100 10 1 1011111 110101

Color Harmonies of #F91613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91613

Black with #F91613

Text Example


Text Example

White with #F91613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91613; }

 p { color: rgb(249,22,19); }

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

background-color css

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

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

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

border-color css

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

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

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