Html Css Color HEX #F91B18 Scarlet

📋 copy color: '#F91B18'

red 249 ◦ green 27 ◦ blue 24

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

Shades of Scarlet #F91B18

Tints of Scarlet #F91B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 83%
G = 9%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91B18 (or 0xF91B18) is known color: Scarlet. HEX triplet: F9, 1B and 18. RGB value is (249,27,24). Sum of RGB (Red+Green+Blue) = 249+27+24=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91B18 is #06E4E7. Grayscale: #5D5D5D. Windows color (decimal): -451816 or 1580025. OLE color: 1580025.

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

Color convert

RGB 249 27 24 -
CMYK 0 0.89 0.90 0.02
HSL 0.8º 0.95% 0.54% -
HSV(B) 0.8º 0.9% 0.98% -
XYZ 39.62 20.99 2.83 -
YUV 93.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 249 27 24 0 0.89 0.90 0.02 0.8 0.95 0.54
Hex F9 1B 18 0 59 5A 2 1 5F 36
Octal 371 33 30 0 131 132 2 1 137 66
Binary 11111001 11011 11000 0 1011001 1011010 10 1 1011111 110110

Color Harmonies of #F91B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B18

Black with #F91B18

Text Example


Text Example

White with #F91B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B18; }

 p { color: rgb(249,27,24); }

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

background-color css

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

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

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

border-color css

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

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

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