Html Css Color HEX #FF2019 Scarlet

📋 copy color: '#FF2019'

red 255 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #FF2019

Tints of Scarlet #FF2019

RGB

 RED value IS 255 (100% from 255) = 81.73%

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

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

R = 81.73%
G = 10.26%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF2019 (or 0xFF2019) is known color: Scarlet. HEX triplet: FF, 20 and 19. RGB value is (255,32,25). Sum of RGB (Red+Green+Blue) = 255+32+25=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2019 is #00DFE6. Grayscale: #626262. Windows color (decimal): -57319 or 1646847. OLE color: 1646847.

HSL color Cylindrical-coordinate representation of color #FF2019: hue angle of 1.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF2019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 32 25 -
CMYK 0 0.87 0.90 0
HSL 1.83º 1% 0.55% -
HSV(B) 1.83º 0.9% 1% -
XYZ 41.93 22.36 3.03 -
YUV 97.88 86.88 240.07 -
System Red Green Blue C M Y K H S L
Decimal 255 32 25 0 0.87 0.90 0 1.83 1 0.55
Hex FF 20 19 0 57 5A 0 2 64 37
Octal 377 40 31 0 127 132 0 2 144 67
Binary 11111111 100000 11001 0 1010111 1011010 0 10 1100100 110111

Color Harmonies of #FF2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2019

Black with #FF2019

Text Example


Text Example

White with #FF2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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