Html Css Color HEX #FD2019 Scarlet

📋 copy color: '#FD2019'

red 253 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #FD2019

Tints of Scarlet #FD2019

RGB

 RED value IS 253 (99.22% from 255) = 81.61%

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

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

R = 81.61%
G = 10.32%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD2019 (or 0xFD2019) is known color: Scarlet. HEX triplet: FD, 20 and 19. RGB value is (253,32,25). Sum of RGB (Red+Green+Blue) = 253+32+25=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2019 is #02DFE6. Grayscale: #616161. Windows color (decimal): -188391 or 1646845. OLE color: 1646845.

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

Color convert

RGB 253 32 25 -
CMYK 0 0.87 0.90 0.01
HSL 1.84º 0.98% 0.55% -
HSV(B) 1.84º 0.9% 0.99% -
XYZ 41.2 21.99 2.99 -
YUV 97.28 87.22 239.07 -
System Red Green Blue C M Y K H S L
Decimal 253 32 25 0 0.87 0.90 0.01 1.84 0.98 0.55
Hex FD 20 19 0 57 5A 1 2 62 37
Octal 375 40 31 0 127 132 1 2 142 67
Binary 11111101 100000 11001 0 1010111 1011010 1 10 1100010 110111

Color Harmonies of #FD2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2019

Black with #FD2019

Text Example


Text Example

White with #FD2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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