Html Css Color HEX #F91510 Scarlet

📋 copy color: '#F91510'

red 249 ◦ green 21 ◦ blue 16

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

Shades of Scarlet #F91510

Tints of Scarlet #F91510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 87.06%
G = 7.34%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F91510 (or 0xF91510) is known color: Scarlet. HEX triplet: F9, 15 and 10. RGB value is (249,21,16). Sum of RGB (Red+Green+Blue) = 249+21+16=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F91510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91510 is #06EAEF. Grayscale: #585858. Windows color (decimal): -453360 or 1054201. OLE color: 1054201.

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

Color convert

RGB 249 21 16 -
CMYK 0 0.92 0.94 0.02
HSL 1.29º 0.95% 0.52% -
HSV(B) 1.29º 0.94% 0.98% -
XYZ 39.43 20.71 2.41 -
YUV 88.6 87.04 242.41 -
System Red Green Blue C M Y K H S L
Decimal 249 21 16 0 0.92 0.94 0.02 1.29 0.95 0.52
Hex F9 15 10 0 5C 5E 2 1 5F 34
Octal 371 25 20 0 134 136 2 1 137 64
Binary 11111001 10101 10000 0 1011100 1011110 10 1 1011111 110100

Color Harmonies of #F91510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91510

Black with #F91510

Text Example


Text Example

White with #F91510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91510; }

 p { color: rgb(249,21,16); }

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

background-color css

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

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

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

border-color css

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

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

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