Html Css Color HEX #F91403 Scarlet

📋 copy color: '#F91403'

red 249 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #F91403

Tints of Scarlet #F91403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 91.54%
G = 7.35%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91403 (or 0xF91403) is known color: Scarlet. HEX triplet: F9, 14 and 03. RGB value is (249,20,3). Sum of RGB (Red+Green+Blue) = 249+20+3=272 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.54% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 249 - color contains mainly: red. Hex color #F91403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91403 is #06EBFC. Grayscale: #565656. Windows color (decimal): -453629 or 201977. OLE color: 201977.

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

Color convert

RGB 249 20 3 -
CMYK 0 0.92 0.99 0.02
HSL 4.15º 0.98% 0.49% -
HSV(B) 4.15º 0.99% 0.98% -
XYZ 39.33 20.65 2 -
YUV 86.53 80.87 243.88 -
System Red Green Blue C M Y K H S L
Decimal 249 20 3 0 0.92 0.99 0.02 4.15 0.98 0.49
Hex F9 14 3 0 5C 63 2 4 62 31
Octal 371 24 3 0 134 143 2 4 142 61
Binary 11111001 10100 11 0 1011100 1100011 10 100 1100010 110001

Color Harmonies of #F91403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91403

Black with #F91403

Text Example


Text Example

White with #F91403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91403; }

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

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

background-color css

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

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

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

border-color css

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

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

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