Html Css Color HEX #F01C18 Scarlet

📋 copy color: '#F01C18'

red 240 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #F01C18

Tints of Scarlet #F01C18

RGB

 RED value IS 240 (94.14% from 255) = 82.19%

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 82.19%
G = 9.59%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F01C18 (or 0xF01C18) is known color: Scarlet. HEX triplet: F0, 1C and 18. RGB value is (240,28,24). Sum of RGB (Red+Green+Blue) = 240+28+24=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C18 is #0FE3E7. Grayscale: #5B5B5B. Windows color (decimal): -1041384 or 1580272. OLE color: 1580272.

HSL color Cylindrical-coordinate representation of color #F01C18: hue angle of 1.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01C18 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 28 24 -
CMYK 0 0.88 0.9 0.06
HSL 1.11º 0.88% 0.52% -
HSV(B) 1.11º 0.9% 0.94% -
XYZ 36.52 19.42 2.69 -
YUV 90.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 240 28 24 0 0.88 0.9 0.06 1.11 0.88 0.52
Hex F0 1C 18 0 58 5A 6 1 58 34
Octal 360 34 30 0 130 132 6 1 130 64
Binary 11110000 11100 11000 0 1011000 1011010 110 1 1011000 110100

Color Harmonies of #F01C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C18

Black with #F01C18

Text Example


Text Example

White with #F01C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C18; }

 p { color: rgb(240,28,24); }

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

background-color css

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

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

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

border-color css

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

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

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