Html Css Color HEX #F01509 Scarlet

📋 copy color: '#F01509'

red 240 ◦ green 21 ◦ blue 9

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

Shades of Scarlet #F01509

Tints of Scarlet #F01509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 88.89%
G = 7.78%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F01509 (or 0xF01509) is known color: Scarlet. HEX triplet: F0, 15 and 09. RGB value is (240,21,9). Sum of RGB (Red+Green+Blue) = 240+21+9=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F01509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01509 is #0FEAF6. Grayscale: #555555. Windows color (decimal): -1043191 or 595440. OLE color: 595440.

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

Color convert

RGB 240 21 9 -
CMYK 0 0.91 0.96 0.06
HSL 3.12º 0.93% 0.49% -
HSV(B) 3.12º 0.96% 0.94% -
XYZ 36.25 19.08 2.03 -
YUV 85.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 240 21 9 0 0.91 0.96 0.06 3.12 0.93 0.49
Hex F0 15 9 0 5B 60 6 3 5D 31
Octal 360 25 11 0 133 140 6 3 135 61
Binary 11110000 10101 1001 0 1011011 1100000 110 11 1011101 110001

Color Harmonies of #F01509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01509

Black with #F01509

Text Example


Text Example

White with #F01509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01509; }

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

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

background-color css

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

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

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

border-color css

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

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

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