Html Css Color HEX #F02109 Scarlet

📋 copy color: '#F02109'

red 240 ◦ green 33 ◦ blue 9

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

Shades of Scarlet #F02109

Tints of Scarlet #F02109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 85.11%
G = 11.7%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F02109 (or 0xF02109) is known color: Scarlet. HEX triplet: F0, 21 and 09. RGB value is (240,33,9). Sum of RGB (Red+Green+Blue) = 240+33+9=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F02109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02109 is #0FDEF6. Grayscale: #5C5C5C. Windows color (decimal): -1040119 or 598512. OLE color: 598512.

HSL color Cylindrical-coordinate representation of color #F02109: hue angle of 6.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F02109 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 9 -
CMYK 0 0.86 0.96 0.06
HSL 6.23º 0.93% 0.49% -
HSV(B) 6.23º 0.96% 0.94% -
XYZ 36.53 19.63 2.12 -
YUV 92.16 81.08 233.45 -
System Red Green Blue C M Y K H S L
Decimal 240 33 9 0 0.86 0.96 0.06 6.23 0.93 0.49
Hex F0 21 9 0 56 60 6 6 5D 31
Octal 360 41 11 0 126 140 6 6 135 61
Binary 11110000 100001 1001 0 1010110 1100000 110 110 1011101 110001

Color Harmonies of #F02109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02109

Black with #F02109

Text Example


Text Example

White with #F02109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02109; }

 p { color: rgb(240,33,9); }

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

background-color css

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

 a { background-color: rgb(240,33,9); }

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

border-color css

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

 span { border-color: rgb(240,33,9); }

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