Html Css Color HEX #F02719 Scarlet

📋 copy color: '#F02719'

red 240 ◦ green 39 ◦ blue 25

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

Shades of Scarlet #F02719

Tints of Scarlet #F02719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 78.95%
G = 12.83%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F02719 (or 0xF02719) is known color: Scarlet. HEX triplet: F0, 27 and 19. RGB value is (240,39,25). Sum of RGB (Red+Green+Blue) = 240+39+25=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F02719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02719 is #0FD8E6. Grayscale: #616161. Windows color (decimal): -1038567 or 1648624. OLE color: 1648624.

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

Color convert

RGB 240 39 25 -
CMYK 0 0.84 0.90 0.06
HSL 3.91º 0.88% 0.52% -
HSV(B) 3.91º 0.9% 0.94% -
XYZ 36.84 20.05 2.85 -
YUV 97.5 87.09 229.64 -
System Red Green Blue C M Y K H S L
Decimal 240 39 25 0 0.84 0.90 0.06 3.91 0.88 0.52
Hex F0 27 19 0 54 5A 6 4 58 34
Octal 360 47 31 0 124 132 6 4 130 64
Binary 11110000 100111 11001 0 1010100 1011010 110 100 1011000 110100

Color Harmonies of #F02719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02719

Black with #F02719

Text Example


Text Example

White with #F02719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02719; }

 p { color: rgb(240,39,25); }

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

background-color css

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

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

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

border-color css

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

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

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