Html Css Color HEX #FD1D1B Scarlet

📋 copy color: '#FD1D1B'

red 253 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #FD1D1B

Tints of Scarlet #FD1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 81.88%
G = 9.39%
B = 8.74%

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

#FD1D1B (or 0xFD1D1B) is known color: Scarlet. HEX triplet: FD, 1D and 1B. RGB value is (253,29,27). Sum of RGB (Red+Green+Blue) = 253+29+27=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D1B is #02E2E4. Grayscale: #5F5F5F. Windows color (decimal): -189157 or 1777149. OLE color: 1777149.

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

Color convert

RGB 253 29 27 -
CMYK 0 0.89 0.89 0.01
HSL 0.53º 0.98% 0.55% -
HSV(B) 0.53º 0.89% 0.99% -
XYZ 41.15 21.84 3.08 -
YUV 95.75 89.21 240.16 -
System Red Green Blue C M Y K H S L
Decimal 253 29 27 0 0.89 0.89 0.01 0.53 0.98 0.55
Hex FD 1D 1B 0 59 59 1 1 62 37
Octal 375 35 33 0 131 131 1 1 142 67
Binary 11111101 11101 11011 0 1011001 1011001 1 1 1100010 110111

Color Harmonies of #FD1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D1B

Black with #FD1D1B

Text Example


Text Example

White with #FD1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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