Html Css Color HEX #F01706 Scarlet

📋 copy color: '#F01706'

red 240 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #F01706

Tints of Scarlet #F01706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 89.22%
G = 8.55%
B = 2.23%

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

#F01706 (or 0xF01706) is known color: Scarlet. HEX triplet: F0, 17 and 06. RGB value is (240,23,6). Sum of RGB (Red+Green+Blue) = 240+23+6=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F01706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01706 is #0FE8F9. Grayscale: #565656. Windows color (decimal): -1042682 or 399344. OLE color: 399344.

HSL color Cylindrical-coordinate representation of color #F01706: hue angle of 4.36º degrees, saturation: 0.95, 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 #F01706 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 6 -
CMYK 0 0.90 0.98 0.06
HSL 4.36º 0.95% 0.48% -
HSV(B) 4.36º 0.98% 0.94% -
XYZ 36.27 19.15 1.96 -
YUV 85.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 240 23 6 0 0.90 0.98 0.06 4.36 0.95 0.48
Hex F0 17 6 0 5A 62 6 4 5F 30
Octal 360 27 6 0 132 142 6 4 137 60
Binary 11110000 10111 110 0 1011010 1100010 110 100 1011111 110000

Color Harmonies of #F01706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01706

Black with #F01706

Text Example


Text Example

White with #F01706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01706; }

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

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

background-color css

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

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

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

border-color css

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

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

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