Html Css Color HEX #F91600 Scarlet

📋 copy color: '#F91600'

red 249 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F91600

Tints of Scarlet #F91600

RGB

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

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

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

R = 91.88%
G = 8.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F91600 (or 0xF91600) is known color: Scarlet. HEX triplet: F9, 16 and 00. RGB value is (249,22,0). Sum of RGB (Red+Green+Blue) = 249+22+0=271 (35% of max value = 765). Red value is 249 (97.66% from 255 or 91.88% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 249 - color contains mainly: red. Hex color #F91600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91600 is #06E9FF. Grayscale: #575757. Windows color (decimal): -453120 or 5881. OLE color: 5881.

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

Color convert

RGB 249 22 0 -
CMYK 0 0.91 1 0.02
HSL 5.3º 1% 0.49% -
HSV(B) 5.3º 1% 0.98% -
XYZ 39.35 20.71 1.92 -
YUV 87.37 78.71 243.29 -
System Red Green Blue C M Y K H S L
Decimal 249 22 0 0 0.91 1 0.02 5.3 1 0.49
Hex F9 16 0 0 5B 64 2 5 64 31
Octal 371 26 0 0 133 144 2 5 144 61
Binary 11111001 10110 0 0 1011011 1100100 10 101 1100100 110001

Color Harmonies of #F91600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91600

Black with #F91600

Text Example


Text Example

White with #F91600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91600; }

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

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

background-color css

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

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

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

border-color css

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

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

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