Html Css Color HEX #F02916 Scarlet

📋 copy color: '#F02916'

red 240 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #F02916

Tints of Scarlet #F02916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 79.21%
G = 13.53%
B = 7.26%

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

#F02916 (or 0xF02916) is known color: Scarlet. HEX triplet: F0, 29 and 16. RGB value is (240,41,22). Sum of RGB (Red+Green+Blue) = 240+41+22=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F02916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02916 is #0FD6E9. Grayscale: #626262. Windows color (decimal): -1038058 or 1452528. OLE color: 1452528.

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

Color convert

RGB 240 41 22 -
CMYK 0 0.83 0.91 0.06
HSL 5.23º 0.88% 0.51% -
HSV(B) 5.23º 0.91% 0.94% -
XYZ 36.87 20.17 2.71 -
YUV 98.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 240 41 22 0 0.83 0.91 0.06 5.23 0.88 0.51
Hex F0 29 16 0 53 5B 6 5 58 33
Octal 360 51 26 0 123 133 6 5 130 63
Binary 11110000 101001 10110 0 1010011 1011011 110 101 1011000 110011

Color Harmonies of #F02916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02916

Black with #F02916

Text Example


Text Example

White with #F02916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02916; }

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

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

background-color css

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

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

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

border-color css

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

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

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