Html Css Color HEX #F01413 Scarlet

📋 copy color: '#F01413'

red 240 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #F01413

Tints of Scarlet #F01413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 86.02%
G = 7.17%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01413 (or 0xF01413) is known color: Scarlet. HEX triplet: F0, 14 and 13. RGB value is (240,20,19). Sum of RGB (Red+Green+Blue) = 240+20+19=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01413 is #0FEBEC. Grayscale: #555555. Windows color (decimal): -1043437 or 1250544. OLE color: 1250544.

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

Color convert

RGB 240 20 19 -
CMYK 0 0.92 0.92 0.06
HSL 0.27º 0.88% 0.51% -
HSV(B) 0.27º 0.92% 0.94% -
XYZ 36.3 19.07 2.38 -
YUV 85.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 240 20 19 0 0.92 0.92 0.06 0.27 0.88 0.51
Hex F0 14 13 0 5C 5C 6 0 58 33
Octal 360 24 23 0 134 134 6 0 130 63
Binary 11110000 10100 10011 0 1011100 1011100 110 0 1011000 110011

Color Harmonies of #F01413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01413

Black with #F01413

Text Example


Text Example

White with #F01413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01413; }

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

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

background-color css

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

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

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

border-color css

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

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

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