Html Css Color HEX #F02517 Scarlet

📋 copy color: '#F02517'

red 240 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #F02517

Tints of Scarlet #F02517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 80%
G = 12.33%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F02517 (or 0xF02517) is known color: Scarlet. HEX triplet: F0, 25 and 17. RGB value is (240,37,23). Sum of RGB (Red+Green+Blue) = 240+37+23=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02517 is #0FDAE8. Grayscale: #606060. Windows color (decimal): -1039081 or 1517040. OLE color: 1517040.

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

Color convert

RGB 240 37 23 -
CMYK 0 0.85 0.90 0.06
HSL 3.87º 0.88% 0.52% -
HSV(B) 3.87º 0.9% 0.94% -
XYZ 36.75 19.91 2.72 -
YUV 96.1 86.75 230.64 -
System Red Green Blue C M Y K H S L
Decimal 240 37 23 0 0.85 0.90 0.06 3.87 0.88 0.52
Hex F0 25 17 0 55 5A 6 4 58 34
Octal 360 45 27 0 125 132 6 4 130 64
Binary 11110000 100101 10111 0 1010101 1011010 110 100 1011000 110100

Color Harmonies of #F02517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02517

Black with #F02517

Text Example


Text Example

White with #F02517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02517; }

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

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

background-color css

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

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

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

border-color css

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

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

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