Html Css Color HEX #F01914 Scarlet

📋 copy color: '#F01914'

red 240 ◦ green 25 ◦ blue 20

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

Shades of Scarlet #F01914

Tints of Scarlet #F01914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

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

R = 84.21%
G = 8.77%
B = 7.02%

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

#F01914 (or 0xF01914) is known color: Scarlet. HEX triplet: F0, 19 and 14. RGB value is (240,25,20). Sum of RGB (Red+Green+Blue) = 240+25+20=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01914 is #0FE6EB. Grayscale: #585858. Windows color (decimal): -1042156 or 1317360. OLE color: 1317360.

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

Color convert

RGB 240 25 20 -
CMYK 0 0.90 0.92 0.06
HSL 1.36º 0.88% 0.51% -
HSV(B) 1.36º 0.92% 0.94% -
XYZ 36.41 19.27 2.46 -
YUV 88.72 89.23 235.91 -
System Red Green Blue C M Y K H S L
Decimal 240 25 20 0 0.90 0.92 0.06 1.36 0.88 0.51
Hex F0 19 14 0 5A 5C 6 1 58 33
Octal 360 31 24 0 132 134 6 1 130 63
Binary 11110000 11001 10100 0 1011010 1011100 110 1 1011000 110011

Color Harmonies of #F01914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01914

Black with #F01914

Text Example


Text Example

White with #F01914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01914; }

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

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

background-color css

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

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

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

border-color css

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

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

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