Html Css Color HEX #F91410 Scarlet

📋 copy color: '#F91410'

red 249 ◦ green 20 ◦ blue 16

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

Shades of Scarlet #F91410

Tints of Scarlet #F91410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

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

R = 87.37%
G = 7.02%
B = 5.61%

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

#F91410 (or 0xF91410) is known color: Scarlet. HEX triplet: F9, 14 and 10. RGB value is (249,20,16). Sum of RGB (Red+Green+Blue) = 249+20+16=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F91410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91410 is #06EBEF. Grayscale: #585858. Windows color (decimal): -453616 or 1053945. OLE color: 1053945.

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

Color convert

RGB 249 20 16 -
CMYK 0 0.92 0.94 0.02
HSL 1.03º 0.95% 0.52% -
HSV(B) 1.03º 0.94% 0.98% -
XYZ 39.41 20.68 2.4 -
YUV 88.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 249 20 16 0 0.92 0.94 0.02 1.03 0.95 0.52
Hex F9 14 10 0 5C 5E 2 1 5F 34
Octal 371 24 20 0 134 136 2 1 137 64
Binary 11111001 10100 10000 0 1011100 1011110 10 1 1011111 110100

Color Harmonies of #F91410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91410

Black with #F91410

Text Example


Text Example

White with #F91410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91410; }

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

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

background-color css

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

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

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

border-color css

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

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

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