Html Css Color HEX #F91413 Scarlet

📋 copy color: '#F91413'

red 249 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #F91413

Tints of Scarlet #F91413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 86.46%
G = 6.94%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91413 (or 0xF91413) is known color: Scarlet. HEX triplet: F9, 14 and 13. RGB value is (249,20,19). Sum of RGB (Red+Green+Blue) = 249+20+19=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F91413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91413 is #06EBEC. Grayscale: #585858. Windows color (decimal): -453613 or 1250553. OLE color: 1250553.

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

Color convert

RGB 249 20 19 -
CMYK 0 0.92 0.92 0.02
HSL 0.26º 0.95% 0.53% -
HSV(B) 0.26º 0.92% 0.98% -
XYZ 39.43 20.69 2.53 -
YUV 88.36 88.87 242.58 -
System Red Green Blue C M Y K H S L
Decimal 249 20 19 0 0.92 0.92 0.02 0.26 0.95 0.53
Hex F9 14 13 0 5C 5C 2 0 5F 35
Octal 371 24 23 0 134 134 2 0 137 65
Binary 11111001 10100 10011 0 1011100 1011100 10 0 1011111 110101

Color Harmonies of #F91413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91413

Black with #F91413

Text Example


Text Example

White with #F91413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91413; }

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

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

background-color css

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

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

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

border-color css

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

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

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