Html Css Color HEX #F01D14 Scarlet

📋 copy color: '#F01D14'

red 240 ◦ green 29 ◦ blue 20

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

Shades of Scarlet #F01D14

Tints of Scarlet #F01D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 83.04%
G = 10.03%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01D14 (or 0xF01D14) is known color: Scarlet. HEX triplet: F0, 1D and 14. RGB value is (240,29,20). Sum of RGB (Red+Green+Blue) = 240+29+20=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D14 is #0FE2EB. Grayscale: #5B5B5B. Windows color (decimal): -1041132 or 1318384. OLE color: 1318384.

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

Color convert

RGB 240 29 20 -
CMYK 0 0.88 0.92 0.06
HSL 2.45º 0.88% 0.51% -
HSV(B) 2.45º 0.92% 0.94% -
XYZ 36.5 19.45 2.49 -
YUV 91.06 87.9 234.23 -
System Red Green Blue C M Y K H S L
Decimal 240 29 20 0 0.88 0.92 0.06 2.45 0.88 0.51
Hex F0 1D 14 0 58 5C 6 2 58 33
Octal 360 35 24 0 130 134 6 2 130 63
Binary 11110000 11101 10100 0 1011000 1011100 110 10 1011000 110011

Color Harmonies of #F01D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D14

Black with #F01D14

Text Example


Text Example

White with #F01D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D14; }

 p { color: rgb(240,29,20); }

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

background-color css

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

 a { background-color: rgb(240,29,20); }

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

border-color css

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

 span { border-color: rgb(240,29,20); }

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