Html Css Color HEX #F91300 Scarlet

📋 copy color: '#F91300'

red 249 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #F91300

Tints of Scarlet #F91300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.91%
G = 7.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F91300 (or 0xF91300) is known color: Scarlet. HEX triplet: F9, 13 and 00. RGB value is (249,19,0). Sum of RGB (Red+Green+Blue) = 249+19+0=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F91300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91300 is #06ECFF. Grayscale: #555555. Windows color (decimal): -453888 or 5113. OLE color: 5113.

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

Color convert

RGB 249 19 0 -
CMYK 0 0.92 1 0.02
HSL 4.58º 1% 0.49% -
HSV(B) 4.58º 1% 0.98% -
XYZ 39.3 20.61 1.91 -
YUV 85.6 79.7 244.54 -
System Red Green Blue C M Y K H S L
Decimal 249 19 0 0 0.92 1 0.02 4.58 1 0.49
Hex F9 13 0 0 5C 64 2 5 64 31
Octal 371 23 0 0 134 144 2 5 144 61
Binary 11111001 10011 0 0 1011100 1100100 10 101 1100100 110001

Color Harmonies of #F91300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91300

Black with #F91300

Text Example


Text Example

White with #F91300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91300; }

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

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

background-color css

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

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

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

border-color css

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

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

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