Html Css Color HEX #F01815 Scarlet

📋 copy color: '#F01815'

red 240 ◦ green 24 ◦ blue 21

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

Shades of Scarlet #F01815

Tints of Scarlet #F01815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 84.21%
G = 8.42%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01815 (or 0xF01815) is known color: Scarlet. HEX triplet: F0, 18 and 15. RGB value is (240,24,21). Sum of RGB (Red+Green+Blue) = 240+24+21=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01815 is #0FE7EA. Grayscale: #585858. Windows color (decimal): -1042411 or 1382640. OLE color: 1382640.

HSL color Cylindrical-coordinate representation of color #F01815: 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.91%. Process color model (Four color, CMYK) of #F01815 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 21 -
CMYK 0 0.9 0.91 0.06
HSL 0.82º 0.88% 0.51% -
HSV(B) 0.82º 0.91% 0.94% -
XYZ 36.4 19.23 2.5 -
YUV 88.24 90.06 236.24 -
System Red Green Blue C M Y K H S L
Decimal 240 24 21 0 0.9 0.91 0.06 0.82 0.88 0.51
Hex F0 18 15 0 5A 5B 6 1 58 33
Octal 360 30 25 0 132 133 6 1 130 63
Binary 11110000 11000 10101 0 1011010 1011011 110 1 1011000 110011

Color Harmonies of #F01815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01815

Black with #F01815

Text Example


Text Example

White with #F01815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01815; }

 p { color: rgb(240,24,21); }

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

background-color css

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

 a { background-color: rgb(240,24,21); }

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

border-color css

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

 span { border-color: rgb(240,24,21); }

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