Html Css Color HEX #F91616 Scarlet

📋 copy color: '#F91616'

red 249 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #F91616

Tints of Scarlet #F91616

RGB

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

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

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

R = 84.98%
G = 7.51%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F91616 (or 0xF91616) is known color: Scarlet. HEX triplet: F9, 16 and 16. RGB value is (249,22,22). Sum of RGB (Red+Green+Blue) = 249+22+22=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F91616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91616 is #06E9E9. Grayscale: #5A5A5A. Windows color (decimal): -453098 or 1447673. OLE color: 1447673.

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

Color convert

RGB 249 22 22 -
CMYK 0 0.91 0.91 0.02
HSL 0.95% 0.53% -
HSV(B) 0.91% 0.98% -
XYZ 39.5 20.77 2.69 -
YUV 89.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 249 22 22 0 0.91 0.91 0.02 0 0.95 0.53
Hex F9 16 16 0 5B 5B 2 0 5F 35
Octal 371 26 26 0 133 133 2 0 137 65
Binary 11111001 10110 10110 0 1011011 1011011 10 0 1011111 110101

Color Harmonies of #F91616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91616

Black with #F91616

Text Example


Text Example

White with #F91616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91616; }

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

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

background-color css

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

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

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

border-color css

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

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

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