Html Css Color HEX #F01700 Scarlet

📋 copy color: '#F01700'

red 240 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #F01700

Tints of Scarlet #F01700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.25%
G = 8.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01700 (or 0xF01700) is known color: Scarlet. HEX triplet: F0, 17 and 00. RGB value is (240,23,0). Sum of RGB (Red+Green+Blue) = 240+23+0=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F01700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01700 is #0FE8FF. Grayscale: #555555. Windows color (decimal): -1042688 or 6128. OLE color: 6128.

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

Color convert

RGB 240 23 0 -
CMYK 0 0.90 1 0.06
HSL 5.75º 1% 0.47% -
HSV(B) 5.75º 1% 0.94% -
XYZ 36.24 19.14 1.78 -
YUV 85.26 79.89 238.37 -
System Red Green Blue C M Y K H S L
Decimal 240 23 0 0 0.90 1 0.06 5.75 1 0.47
Hex F0 17 0 0 5A 64 6 6 64 2F
Octal 360 27 0 0 132 144 6 6 144 57
Binary 11110000 10111 0 0 1011010 1100100 110 110 1100100 101111

Color Harmonies of #F01700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01700

Black with #F01700

Text Example


Text Example

White with #F01700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01700; }

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

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

background-color css

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

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

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

border-color css

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

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

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