Html Css Color HEX #F01705 Scarlet

📋 copy color: '#F01705'

red 240 ◦ green 23 ◦ blue 5

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

Shades of Scarlet #F01705

Tints of Scarlet #F01705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 89.55%
G = 8.58%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F01705 (or 0xF01705) is known color: Scarlet. HEX triplet: F0, 17 and 05. RGB value is (240,23,5). Sum of RGB (Red+Green+Blue) = 240+23+5=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F01705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01705 is #0FE8FA. Grayscale: #565656. Windows color (decimal): -1042683 or 333808. OLE color: 333808.

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

Color convert

RGB 240 23 5 -
CMYK 0 0.90 0.98 0.06
HSL 4.6º 0.96% 0.48% -
HSV(B) 4.6º 0.98% 0.94% -
XYZ 36.27 19.15 1.93 -
YUV 85.83 82.39 237.96 -
System Red Green Blue C M Y K H S L
Decimal 240 23 5 0 0.90 0.98 0.06 4.6 0.96 0.48
Hex F0 17 5 0 5A 62 6 5 60 30
Octal 360 27 5 0 132 142 6 5 140 60
Binary 11110000 10111 101 0 1011010 1100010 110 101 1100000 110000

Color Harmonies of #F01705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01705

Black with #F01705

Text Example


Text Example

White with #F01705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01705; }

 p { color: rgb(240,23,5); }

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

background-color css

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

 a { background-color: rgb(240,23,5); }

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

border-color css

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

 span { border-color: rgb(240,23,5); }

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