Html Css Color HEX #FD1D1C Scarlet

📋 copy color: '#FD1D1C'

red 253 ◦ green 29 ◦ blue 28

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

Shades of Scarlet #FD1D1C

Tints of Scarlet #FD1D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 81.61%
G = 9.35%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD1D1C (or 0xFD1D1C) is known color: Scarlet. HEX triplet: FD, 1D and 1C. RGB value is (253,29,28). Sum of RGB (Red+Green+Blue) = 253+29+28=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D1C is #02E2E3. Grayscale: #606060. Windows color (decimal): -189156 or 1842685. OLE color: 1842685.

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

Color convert

RGB 253 29 28 -
CMYK 0 0.89 0.89 0.01
HSL 0.27º 0.98% 0.55% -
HSV(B) 0.27º 0.89% 0.99% -
XYZ 41.16 21.85 3.15 -
YUV 95.86 89.71 240.08 -
System Red Green Blue C M Y K H S L
Decimal 253 29 28 0 0.89 0.89 0.01 0.27 0.98 0.55
Hex FD 1D 1C 0 59 59 1 0 62 37
Octal 375 35 34 0 131 131 1 0 142 67
Binary 11111101 11101 11100 0 1011001 1011001 1 0 1100010 110111

Color Harmonies of #FD1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D1C

Black with #FD1D1C

Text Example


Text Example

White with #FD1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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