Html Css Color HEX #F01D19 Scarlet

📋 copy color: '#F01D19'

red 240 ◦ green 29 ◦ blue 25

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

Shades of Scarlet #F01D19

Tints of Scarlet #F01D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

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

R = 81.63%
G = 9.86%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01D19 (or 0xF01D19) is known color: Scarlet. HEX triplet: F0, 1D and 19. RGB value is (240,29,25). Sum of RGB (Red+Green+Blue) = 240+29+25=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D19 is #0FE2E6. Grayscale: #5B5B5B. Windows color (decimal): -1041127 or 1646064. OLE color: 1646064.

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

Color convert

RGB 240 29 25 -
CMYK 0 0.88 0.90 0.06
HSL 1.12º 0.88% 0.52% -
HSV(B) 1.12º 0.9% 0.94% -
XYZ 36.55 19.47 2.75 -
YUV 91.63 90.4 233.83 -
System Red Green Blue C M Y K H S L
Decimal 240 29 25 0 0.88 0.90 0.06 1.12 0.88 0.52
Hex F0 1D 19 0 58 5A 6 1 58 34
Octal 360 35 31 0 130 132 6 1 130 64
Binary 11110000 11101 11001 0 1011000 1011010 110 1 1011000 110100

Color Harmonies of #F01D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01D19

Black with #F01D19

Text Example


Text Example

White with #F01D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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