Html Css Color HEX #F42519 Scarlet

📋 copy color: '#F42519'

red 244 ◦ green 37 ◦ blue 25

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

Shades of Scarlet #F42519

Tints of Scarlet #F42519

RGB

 RED value IS 244 (95.7% from 255) = 79.74%

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

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

R = 79.74%
G = 12.09%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F42519 (or 0xF42519) is known color: Scarlet. HEX triplet: F4, 25 and 19. RGB value is (244,37,25). Sum of RGB (Red+Green+Blue) = 244+37+25=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F42519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42519 is #0BDAE6. Grayscale: #616161. Windows color (decimal): -776935 or 1648116. OLE color: 1648116.

HSL color Cylindrical-coordinate representation of color #F42519: hue angle of 3.29º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F42519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 25 -
CMYK 0 0.85 0.90 0.04
HSL 3.29º 0.91% 0.53% -
HSV(B) 3.29º 0.9% 0.96% -
XYZ 38.15 20.63 2.89 -
YUV 97.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 244 37 25 0 0.85 0.90 0.04 3.29 0.91 0.53
Hex F4 25 19 0 55 5A 4 3 5B 35
Octal 364 45 31 0 125 132 4 3 133 65
Binary 11110100 100101 11001 0 1010101 1011010 100 11 1011011 110101

Color Harmonies of #F42519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42519

Black with #F42519

Text Example


Text Example

White with #F42519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42519; }

 p { color: rgb(244,37,25); }

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

background-color css

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

 a { background-color: rgb(244,37,25); }

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

border-color css

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

 span { border-color: rgb(244,37,25); }

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