Html Css Color HEX #F02419 Scarlet

📋 copy color: '#F02419'

red 240 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #F02419

Tints of Scarlet #F02419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 79.73%
G = 11.96%
B = 8.31%

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

#F02419 (or 0xF02419) is known color: Scarlet. HEX triplet: F0, 24 and 19. RGB value is (240,36,25). Sum of RGB (Red+Green+Blue) = 240+36+25=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F02419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02419 is #0FDBE6. Grayscale: #5F5F5F. Windows color (decimal): -1039335 or 1647856. OLE color: 1647856.

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

Color convert

RGB 240 36 25 -
CMYK 0 0.85 0.90 0.06
HSL 3.07º 0.88% 0.52% -
HSV(B) 3.07º 0.9% 0.94% -
XYZ 36.74 19.86 2.82 -
YUV 95.74 88.09 230.89 -
System Red Green Blue C M Y K H S L
Decimal 240 36 25 0 0.85 0.90 0.06 3.07 0.88 0.52
Hex F0 24 19 0 55 5A 6 3 58 34
Octal 360 44 31 0 125 132 6 3 130 64
Binary 11110000 100100 11001 0 1010101 1011010 110 11 1011000 110100

Color Harmonies of #F02419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02419

Black with #F02419

Text Example


Text Example

White with #F02419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02419; }

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

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

background-color css

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

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

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

border-color css

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

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

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