Html Css Color HEX #F91A19 Scarlet

📋 copy color: '#F91A19'

red 249 ◦ green 26 ◦ blue 25

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

Shades of Scarlet #F91A19

Tints of Scarlet #F91A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 83%
G = 8.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91A19 (or 0xF91A19) is known color: Scarlet. HEX triplet: F9, 1A and 19. RGB value is (249,26,25). Sum of RGB (Red+Green+Blue) = 249+26+25=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A19 is #06E5E6. Grayscale: #5C5C5C. Windows color (decimal): -452071 or 1645305. OLE color: 1645305.

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

Color convert

RGB 249 26 25 -
CMYK 0 0.90 0.90 0.02
HSL 0.27º 0.95% 0.54% -
HSV(B) 0.27º 0.9% 0.98% -
XYZ 39.61 20.95 2.88 -
YUV 92.56 89.88 239.58 -
System Red Green Blue C M Y K H S L
Decimal 249 26 25 0 0.90 0.90 0.02 0.27 0.95 0.54
Hex F9 1A 19 0 5A 5A 2 0 5F 36
Octal 371 32 31 0 132 132 2 0 137 66
Binary 11111001 11010 11001 0 1011010 1011010 10 0 1011111 110110

Color Harmonies of #F91A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A19

Black with #F91A19

Text Example


Text Example

White with #F91A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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