Html Css Color HEX #FD1C16 Scarlet

📋 copy color: '#FD1C16'

red 253 ◦ green 28 ◦ blue 22

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

Shades of Scarlet #FD1C16

Tints of Scarlet #FD1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 83.5%
G = 9.24%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD1C16 (or 0xFD1C16) is known color: Scarlet. HEX triplet: FD, 1C and 16. RGB value is (253,28,22). Sum of RGB (Red+Green+Blue) = 253+28+22=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1C16 is #02E3E9. Grayscale: #5E5E5E. Windows color (decimal): -189418 or 1449213. OLE color: 1449213.

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

Color convert

RGB 253 28 22 -
CMYK 0 0.89 0.91 0.01
HSL 1.56º 0.98% 0.54% -
HSV(B) 1.56º 0.91% 0.99% -
XYZ 41.07 21.77 2.8 -
YUV 94.59 87.04 240.99 -
System Red Green Blue C M Y K H S L
Decimal 253 28 22 0 0.89 0.91 0.01 1.56 0.98 0.54
Hex FD 1C 16 0 59 5B 1 2 62 36
Octal 375 34 26 0 131 133 1 2 142 66
Binary 11111101 11100 10110 0 1011001 1011011 1 10 1100010 110110

Color Harmonies of #FD1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C16

Black with #FD1C16

Text Example


Text Example

White with #FD1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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