Html Css Color HEX #F01409 Scarlet

📋 copy color: '#F01409'

red 240 ◦ green 20 ◦ blue 9

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

Shades of Scarlet #F01409

Tints of Scarlet #F01409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 89.22%
G = 7.43%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01409 (or 0xF01409) is known color: Scarlet. HEX triplet: F0, 14 and 09. RGB value is (240,20,9). Sum of RGB (Red+Green+Blue) = 240+20+9=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F01409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01409 is #0FEBF6. Grayscale: #545454. Windows color (decimal): -1043447 or 595184. OLE color: 595184.

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

Color convert

RGB 240 20 9 -
CMYK 0 0.92 0.96 0.06
HSL 2.86º 0.93% 0.49% -
HSV(B) 2.86º 0.96% 0.94% -
XYZ 36.23 19.05 2.02 -
YUV 84.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 240 20 9 0 0.92 0.96 0.06 2.86 0.93 0.49
Hex F0 14 9 0 5C 60 6 3 5D 31
Octal 360 24 11 0 134 140 6 3 135 61
Binary 11110000 10100 1001 0 1011100 1100000 110 11 1011101 110001

Color Harmonies of #F01409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01409

Black with #F01409

Text Example


Text Example

White with #F01409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01409; }

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

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

background-color css

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

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

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

border-color css

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

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

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