Html Css Color HEX #F02014 Scarlet

📋 copy color: '#F02014'

red 240 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #F02014

Tints of Scarlet #F02014

RGB

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

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

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

R = 82.19%
G = 10.96%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02014 (or 0xF02014) is known color: Scarlet. HEX triplet: F0, 20 and 14. RGB value is (240,32,20). Sum of RGB (Red+Green+Blue) = 240+32+20=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F02014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02014 is #0FDFEB. Grayscale: #5D5D5D. Windows color (decimal): -1040364 or 1319152. OLE color: 1319152.

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

Color convert

RGB 240 32 20 -
CMYK 0 0.87 0.92 0.06
HSL 3.27º 0.88% 0.51% -
HSV(B) 3.27º 0.92% 0.94% -
XYZ 36.58 19.61 2.52 -
YUV 92.82 86.91 232.98 -
System Red Green Blue C M Y K H S L
Decimal 240 32 20 0 0.87 0.92 0.06 3.27 0.88 0.51
Hex F0 20 14 0 57 5C 6 3 58 33
Octal 360 40 24 0 127 134 6 3 130 63
Binary 11110000 100000 10100 0 1010111 1011100 110 11 1011000 110011

Color Harmonies of #F02014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02014

Black with #F02014

Text Example


Text Example

White with #F02014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02014; }

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

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

background-color css

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

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

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

border-color css

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

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

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