Html Css Color HEX #F02013 Scarlet

📋 copy color: '#F02013'

red 240 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #F02013

Tints of Scarlet #F02013

RGB

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

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

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

R = 82.47%
G = 11%
B = 6.53%

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

#F02013 (or 0xF02013) is known color: Scarlet. HEX triplet: F0, 20 and 13. RGB value is (240,32,19). Sum of RGB (Red+Green+Blue) = 240+32+19=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F02013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02013 is #0FDFEC. Grayscale: #5C5C5C. Windows color (decimal): -1040365 or 1253616. OLE color: 1253616.

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

Color convert

RGB 240 32 19 -
CMYK 0 0.87 0.92 0.06
HSL 3.53º 0.88% 0.51% -
HSV(B) 3.53º 0.92% 0.94% -
XYZ 36.57 19.61 2.47 -
YUV 92.71 86.41 233.06 -
System Red Green Blue C M Y K H S L
Decimal 240 32 19 0 0.87 0.92 0.06 3.53 0.88 0.51
Hex F0 20 13 0 57 5C 6 4 58 33
Octal 360 40 23 0 127 134 6 4 130 63
Binary 11110000 100000 10011 0 1010111 1011100 110 100 1011000 110011

Color Harmonies of #F02013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02013

Black with #F02013

Text Example


Text Example

White with #F02013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02013; }

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

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

background-color css

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

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

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

border-color css

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

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

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