Html Css Color HEX #F91A16 Scarlet

📋 copy color: '#F91A16'

red 249 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #F91A16

Tints of Scarlet #F91A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 83.84%
G = 8.75%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F91A16 (or 0xF91A16) is known color: Scarlet. HEX triplet: F9, 1A and 16. RGB value is (249,26,22). Sum of RGB (Red+Green+Blue) = 249+26+22=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A16 is #06E5E9. Grayscale: #5C5C5C. Windows color (decimal): -452074 or 1448697. OLE color: 1448697.

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

Color convert

RGB 249 26 22 -
CMYK 0 0.90 0.91 0.02
HSL 1.06º 0.95% 0.53% -
HSV(B) 1.06º 0.91% 0.98% -
XYZ 39.58 20.94 2.71 -
YUV 92.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 249 26 22 0 0.90 0.91 0.02 1.06 0.95 0.53
Hex F9 1A 16 0 5A 5B 2 1 5F 35
Octal 371 32 26 0 132 133 2 1 137 65
Binary 11111001 11010 10110 0 1011010 1011011 10 1 1011111 110101

Color Harmonies of #F91A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A16

Black with #F91A16

Text Example


Text Example

White with #F91A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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