Html Css Color HEX #F12018 Scarlet

📋 copy color: '#F12018'

red 241 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #F12018

Tints of Scarlet #F12018

RGB

 RED value IS 241 (94.53% from 255) = 81.14%

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 81.14%
G = 10.77%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12018 (or 0xF12018) is known color: Scarlet. HEX triplet: F1, 20 and 18. RGB value is (241,32,24). Sum of RGB (Red+Green+Blue) = 241+32+24=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F12018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12018 is #0EDFE7. Grayscale: #5D5D5D. Windows color (decimal): -974824 or 1581297. OLE color: 1581297.

HSL color Cylindrical-coordinate representation of color #F12018: hue angle of 2.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F12018 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 24 -
CMYK 0 0.87 0.90 0.05
HSL 2.21º 0.89% 0.52% -
HSV(B) 2.21º 0.9% 0.95% -
XYZ 36.96 19.8 2.74 -
YUV 93.58 88.74 233.15 -
System Red Green Blue C M Y K H S L
Decimal 241 32 24 0 0.87 0.90 0.05 2.21 0.89 0.52
Hex F1 20 18 0 57 5A 5 2 59 34
Octal 361 40 30 0 127 132 5 2 131 64
Binary 11110001 100000 11000 0 1010111 1011010 101 10 1011001 110100

Color Harmonies of #F12018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12018

Black with #F12018

Text Example


Text Example

White with #F12018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12018; }

 p { color: rgb(241,32,24); }

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

background-color css

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

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

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

border-color css

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

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

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