Html Css Color HEX #FD1D19 Scarlet

📋 copy color: '#FD1D19'

red 253 ◦ green 29 ◦ blue 25

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

Shades of Scarlet #FD1D19

Tints of Scarlet #FD1D19

RGB

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

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

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

R = 82.41%
G = 9.45%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD1D19 (or 0xFD1D19) is known color: Scarlet. HEX triplet: FD, 1D and 19. RGB value is (253,29,25). Sum of RGB (Red+Green+Blue) = 253+29+25=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D19 is #02E2E6. Grayscale: #5F5F5F. Windows color (decimal): -189159 or 1646077. OLE color: 1646077.

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

Color convert

RGB 253 29 25 -
CMYK 0 0.89 0.90 0.01
HSL 1.05º 0.98% 0.55% -
HSV(B) 1.05º 0.9% 0.99% -
XYZ 41.12 21.83 2.97 -
YUV 95.52 88.21 240.33 -
System Red Green Blue C M Y K H S L
Decimal 253 29 25 0 0.89 0.90 0.01 1.05 0.98 0.55
Hex FD 1D 19 0 59 5A 1 1 62 37
Octal 375 35 31 0 131 132 1 1 142 67
Binary 11111101 11101 11001 0 1011001 1011010 1 1 1100010 110111

Color Harmonies of #FD1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D19

Black with #FD1D19

Text Example


Text Example

White with #FD1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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