Html Css Color HEX #F91818 Scarlet

📋 copy color: '#F91818'

red 249 ◦ green 24 ◦ blue 24

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

Shades of Scarlet #F91818

Tints of Scarlet #F91818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 83.84%
G = 8.08%
B = 8.08%

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

#F91818 (or 0xF91818) is known color: Scarlet. HEX triplet: F9, 18 and 18. RGB value is (249,24,24). Sum of RGB (Red+Green+Blue) = 249+24+24=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91818 is #06E7E7. Grayscale: #5B5B5B. Windows color (decimal): -452584 or 1579257. OLE color: 1579257.

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

Color convert

RGB 249 24 24 -
CMYK 0 0.90 0.90 0.02
HSL 0.95% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 39.56 20.86 2.81 -
YUV 91.28 90.04 240.5 -
System Red Green Blue C M Y K H S L
Decimal 249 24 24 0 0.90 0.90 0.02 0 0.95 0.54
Hex F9 18 18 0 5A 5A 2 0 5F 36
Octal 371 30 30 0 132 132 2 0 137 66
Binary 11111001 11000 11000 0 1011010 1011010 10 0 1011111 110110

Color Harmonies of #F91818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91818

Black with #F91818

Text Example


Text Example

White with #F91818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91818; }

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

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

background-color css

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

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

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

border-color css

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

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

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