Html Css Color HEX #F01915 Scarlet

📋 copy color: '#F01915'

red 240 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #F01915

Tints of Scarlet #F01915

RGB

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

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

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

R = 83.92%
G = 8.74%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F01915 (or 0xF01915) is known color: Scarlet. HEX triplet: F0, 19 and 15. RGB value is (240,25,21). Sum of RGB (Red+Green+Blue) = 240+25+21=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F01915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01915 is #0FE6EA. Grayscale: #595959. Windows color (decimal): -1042155 or 1382896. OLE color: 1382896.

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

Color convert

RGB 240 25 21 -
CMYK 0 0.90 0.91 0.06
HSL 1.1º 0.88% 0.51% -
HSV(B) 1.1º 0.91% 0.94% -
XYZ 36.42 19.27 2.51 -
YUV 88.83 89.73 235.83 -
System Red Green Blue C M Y K H S L
Decimal 240 25 21 0 0.90 0.91 0.06 1.1 0.88 0.51
Hex F0 19 15 0 5A 5B 6 1 58 33
Octal 360 31 25 0 132 133 6 1 130 63
Binary 11110000 11001 10101 0 1011010 1011011 110 1 1011000 110011

Color Harmonies of #F01915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01915

Black with #F01915

Text Example


Text Example

White with #F01915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01915; }

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

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

background-color css

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

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

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

border-color css

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

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

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