Html Css Color HEX #F01717 Scarlet

📋 copy color: '#F01717'

red 240 ◦ green 23 ◦ blue 23

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

Shades of Scarlet #F01717

Tints of Scarlet #F01717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 83.92%
G = 8.04%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01717 (or 0xF01717) is known color: Scarlet. HEX triplet: F0, 17 and 17. RGB value is (240,23,23). Sum of RGB (Red+Green+Blue) = 240+23+23=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F01717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01717 is #0FE8E8. Grayscale: #585858. Windows color (decimal): -1042665 or 1513456. OLE color: 1513456.

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

Color convert

RGB 240 23 23 -
CMYK 0 0.90 0.90 0.06
HSL 0.88% 0.52% -
HSV(B) 0.9% 0.94% -
XYZ 36.4 19.2 2.6 -
YUV 87.88 91.39 236.5 -
System Red Green Blue C M Y K H S L
Decimal 240 23 23 0 0.90 0.90 0.06 0 0.88 0.52
Hex F0 17 17 0 5A 5A 6 0 58 34
Octal 360 27 27 0 132 132 6 0 130 64
Binary 11110000 10111 10111 0 1011010 1011010 110 0 1011000 110100

Color Harmonies of #F01717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01717

Black with #F01717

Text Example


Text Example

White with #F01717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01717; }

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

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

background-color css

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

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

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

border-color css

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

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

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