Html Css Color HEX #F02215 Scarlet

📋 copy color: '#F02215'

red 240 ◦ green 34 ◦ blue 21

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

Shades of Scarlet #F02215

Tints of Scarlet #F02215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 81.36%
G = 11.53%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F02215 (or 0xF02215) is known color: Scarlet. HEX triplet: F0, 22 and 15. RGB value is (240,34,21). Sum of RGB (Red+Green+Blue) = 240+34+21=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02215 is #0FDDEA. Grayscale: #5E5E5E. Windows color (decimal): -1039851 or 1385200. OLE color: 1385200.

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

Color convert

RGB 240 34 21 -
CMYK 0 0.86 0.91 0.06
HSL 3.56º 0.88% 0.51% -
HSV(B) 3.56º 0.91% 0.94% -
XYZ 36.64 19.72 2.59 -
YUV 94.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 240 34 21 0 0.86 0.91 0.06 3.56 0.88 0.51
Hex F0 22 15 0 56 5B 6 4 58 33
Octal 360 42 25 0 126 133 6 4 130 63
Binary 11110000 100010 10101 0 1010110 1011011 110 100 1011000 110011

Color Harmonies of #F02215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02215

Black with #F02215

Text Example


Text Example

White with #F02215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02215; }

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

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

background-color css

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

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

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

border-color css

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

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

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