Html Css Color HEX #F02915 Scarlet

📋 copy color: '#F02915'

red 240 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #F02915

Tints of Scarlet #F02915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 79.47%
G = 13.58%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02915 (or 0xF02915) is known color: Scarlet. HEX triplet: F0, 29 and 15. RGB value is (240,41,21). Sum of RGB (Red+Green+Blue) = 240+41+21=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F02915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02915 is #0FD6EA. Grayscale: #626262. Windows color (decimal): -1038059 or 1386992. OLE color: 1386992.

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

Color convert

RGB 240 41 21 -
CMYK 0 0.83 0.91 0.06
HSL 5.48º 0.88% 0.51% -
HSV(B) 5.48º 0.91% 0.94% -
XYZ 36.86 20.17 2.66 -
YUV 98.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 240 41 21 0 0.83 0.91 0.06 5.48 0.88 0.51
Hex F0 29 15 0 53 5B 6 5 58 33
Octal 360 51 25 0 123 133 6 5 130 63
Binary 11110000 101001 10101 0 1010011 1011011 110 101 1011000 110011

Color Harmonies of #F02915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02915

Black with #F02915

Text Example


Text Example

White with #F02915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02915; }

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

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

background-color css

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

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

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

border-color css

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

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

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