Html Css Color HEX #F01C09 Scarlet

📋 copy color: '#F01C09'

red 240 ◦ green 28 ◦ blue 9

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

Shades of Scarlet #F01C09

Tints of Scarlet #F01C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.11%

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

R = 86.64%
G = 10.11%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01C09 (or 0xF01C09) is known color: Scarlet. HEX triplet: F0, 1C and 09. RGB value is (240,28,9). Sum of RGB (Red+Green+Blue) = 240+28+9=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C09 is #0FE3F6. Grayscale: #595959. Windows color (decimal): -1041399 or 597232. OLE color: 597232.

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

Color convert

RGB 240 28 9 -
CMYK 0 0.88 0.96 0.06
HSL 4.94º 0.93% 0.49% -
HSV(B) 4.94º 0.96% 0.94% -
XYZ 36.4 19.38 2.08 -
YUV 89.22 82.74 235.54 -
System Red Green Blue C M Y K H S L
Decimal 240 28 9 0 0.88 0.96 0.06 4.94 0.93 0.49
Hex F0 1C 9 0 58 60 6 5 5D 31
Octal 360 34 11 0 130 140 6 5 135 61
Binary 11110000 11100 1001 0 1011000 1100000 110 101 1011101 110001

Color Harmonies of #F01C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01C09

Black with #F01C09

Text Example


Text Example

White with #F01C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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