Html Css Color HEX #F91918 Scarlet

📋 copy color: '#F91918'

red 249 ◦ green 25 ◦ blue 24

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

Shades of Scarlet #F91918

Tints of Scarlet #F91918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 83.56%
G = 8.39%
B = 8.05%

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

#F91918 (or 0xF91918) is known color: Scarlet. HEX triplet: F9, 19 and 18. RGB value is (249,25,24). Sum of RGB (Red+Green+Blue) = 249+25+24=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F91918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91918 is #06E6E7. Grayscale: #5C5C5C. Windows color (decimal): -452328 or 1579513. OLE color: 1579513.

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

Color convert

RGB 249 25 24 -
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.58 20.9 2.81 -
YUV 91.86 89.71 240.08 -
System Red Green Blue C M Y K H S L
Decimal 249 25 24 0 0.90 0.90 0.02 0.27 0.95 0.54
Hex F9 19 18 0 5A 5A 2 0 5F 36
Octal 371 31 30 0 132 132 2 0 137 66
Binary 11111001 11001 11000 0 1011010 1011010 10 0 1011111 110110

Color Harmonies of #F91918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91918

Black with #F91918

Text Example


Text Example

White with #F91918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91918; }

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

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

background-color css

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

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

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

border-color css

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

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

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