Html Css Color HEX #FD1D14 Scarlet

📋 copy color: '#FD1D14'

red 253 ◦ green 29 ◦ blue 20

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

Shades of Scarlet #FD1D14

Tints of Scarlet #FD1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 83.77%
G = 9.6%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1D14 (or 0xFD1D14) is known color: Scarlet. HEX triplet: FD, 1D and 14. RGB value is (253,29,20). Sum of RGB (Red+Green+Blue) = 253+29+20=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1D14 is #02E2EB. Grayscale: #5F5F5F. Windows color (decimal): -189164 or 1318397. OLE color: 1318397.

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

Color convert

RGB 253 29 20 -
CMYK 0 0.89 0.92 0.01
HSL 2.32º 0.98% 0.54% -
HSV(B) 2.32º 0.92% 0.99% -
XYZ 41.07 21.81 2.71 -
YUV 94.95 85.71 240.73 -
System Red Green Blue C M Y K H S L
Decimal 253 29 20 0 0.89 0.92 0.01 2.32 0.98 0.54
Hex FD 1D 14 0 59 5C 1 2 62 36
Octal 375 35 24 0 131 134 1 2 142 66
Binary 11111101 11101 10100 0 1011001 1011100 1 10 1100010 110110

Color Harmonies of #FD1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1D14

Black with #FD1D14

Text Example


Text Example

White with #FD1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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