Html Css Color HEX #F02319 Scarlet

📋 copy color: '#F02319'

red 240 ◦ green 35 ◦ blue 25

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

Shades of Scarlet #F02319

Tints of Scarlet #F02319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 80%
G = 11.67%
B = 8.33%

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

#F02319 (or 0xF02319) is known color: Scarlet. HEX triplet: F0, 23 and 19. RGB value is (240,35,25). Sum of RGB (Red+Green+Blue) = 240+35+25=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02319 is #0FDCE6. Grayscale: #5F5F5F. Windows color (decimal): -1039591 or 1647600. OLE color: 1647600.

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

Color convert

RGB 240 35 25 -
CMYK 0 0.85 0.90 0.06
HSL 2.79º 0.88% 0.52% -
HSV(B) 2.79º 0.9% 0.94% -
XYZ 36.71 19.8 2.81 -
YUV 95.16 88.42 231.31 -
System Red Green Blue C M Y K H S L
Decimal 240 35 25 0 0.85 0.90 0.06 2.79 0.88 0.52
Hex F0 23 19 0 55 5A 6 3 58 34
Octal 360 43 31 0 125 132 6 3 130 64
Binary 11110000 100011 11001 0 1010101 1011010 110 11 1011000 110100

Color Harmonies of #F02319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02319

Black with #F02319

Text Example


Text Example

White with #F02319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02319; }

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

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

background-color css

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

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

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

border-color css

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

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

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