Html Css Color HEX #F01714 Scarlet

📋 copy color: '#F01714'

red 240 ◦ green 23 ◦ blue 20

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

Shades of Scarlet #F01714

Tints of Scarlet #F01714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 84.81%
G = 8.13%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01714 (or 0xF01714) is known color: Scarlet. HEX triplet: F0, 17 and 14. RGB value is (240,23,20). Sum of RGB (Red+Green+Blue) = 240+23+20=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01714 is #0FE8EB. Grayscale: #575757. Windows color (decimal): -1042668 or 1316848. OLE color: 1316848.

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

Color convert

RGB 240 23 20 -
CMYK 0 0.90 0.92 0.06
HSL 0.82º 0.88% 0.51% -
HSV(B) 0.82º 0.92% 0.94% -
XYZ 36.37 19.19 2.45 -
YUV 87.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 240 23 20 0 0.90 0.92 0.06 0.82 0.88 0.51
Hex F0 17 14 0 5A 5C 6 1 58 33
Octal 360 27 24 0 132 134 6 1 130 63
Binary 11110000 10111 10100 0 1011010 1011100 110 1 1011000 110011

Color Harmonies of #F01714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01714

Black with #F01714

Text Example


Text Example

White with #F01714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01714; }

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

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

background-color css

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

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

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

border-color css

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

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

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