Html Css Color HEX #F02919 Scarlet

📋 copy color: '#F02919'

red 240 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #F02919

Tints of Scarlet #F02919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 78.43%
G = 13.4%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F02919 (or 0xF02919) is known color: Scarlet. HEX triplet: F0, 29 and 19. RGB value is (240,41,25). Sum of RGB (Red+Green+Blue) = 240+41+25=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F02919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02919 is #0FD6E6. Grayscale: #626262. Windows color (decimal): -1038055 or 1649136. OLE color: 1649136.

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

Color convert

RGB 240 41 25 -
CMYK 0 0.83 0.90 0.06
HSL 4.47º 0.88% 0.52% -
HSV(B) 4.47º 0.9% 0.94% -
XYZ 36.9 20.18 2.87 -
YUV 98.68 86.43 228.8 -
System Red Green Blue C M Y K H S L
Decimal 240 41 25 0 0.83 0.90 0.06 4.47 0.88 0.52
Hex F0 29 19 0 53 5A 6 4 58 34
Octal 360 51 31 0 123 132 6 4 130 64
Binary 11110000 101001 11001 0 1010011 1011010 110 100 1011000 110100

Color Harmonies of #F02919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02919

Black with #F02919

Text Example


Text Example

White with #F02919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02919; }

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

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

background-color css

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

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

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

border-color css

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

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

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