Html Css Color HEX #F42019 Scarlet

📋 copy color: '#F42019'

red 244 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #F42019

Tints of Scarlet #F42019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 81.06%
G = 10.63%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F42019 (or 0xF42019) is known color: Scarlet. HEX triplet: F4, 20 and 19. RGB value is (244,32,25). Sum of RGB (Red+Green+Blue) = 244+32+25=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F42019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42019 is #0BDFE6. Grayscale: #5E5E5E. Windows color (decimal): -778215 or 1646836. OLE color: 1646836.

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

Color convert

RGB 244 32 25 -
CMYK 0 0.87 0.90 0.04
HSL 1.92º 0.91% 0.53% -
HSV(B) 1.92º 0.9% 0.96% -
XYZ 38 20.34 2.84 -
YUV 94.59 88.74 234.57 -
System Red Green Blue C M Y K H S L
Decimal 244 32 25 0 0.87 0.90 0.04 1.92 0.91 0.53
Hex F4 20 19 0 57 5A 4 2 5B 35
Octal 364 40 31 0 127 132 4 2 133 65
Binary 11110100 100000 11001 0 1010111 1011010 100 10 1011011 110101

Color Harmonies of #F42019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42019

Black with #F42019

Text Example


Text Example

White with #F42019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42019; }

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

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

background-color css

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

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

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

border-color css

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

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

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