Html Css Color HEX #FD1C15 Scarlet

📋 copy color: '#FD1C15'

red 253 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #FD1C15

Tints of Scarlet #FD1C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 83.77%
G = 9.27%
B = 6.95%

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

#FD1C15 (or 0xFD1C15) is known color: Scarlet. HEX triplet: FD, 1C and 15. RGB value is (253,28,21). Sum of RGB (Red+Green+Blue) = 253+28+21=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1C15 is #02E3EA. Grayscale: #5E5E5E. Windows color (decimal): -189419 or 1383677. OLE color: 1383677.

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

Color convert

RGB 253 28 21 -
CMYK 0 0.89 0.92 0.01
HSL 1.81º 0.98% 0.54% -
HSV(B) 1.81º 0.92% 0.99% -
XYZ 41.06 21.77 2.75 -
YUV 94.48 86.54 241.07 -
System Red Green Blue C M Y K H S L
Decimal 253 28 21 0 0.89 0.92 0.01 1.81 0.98 0.54
Hex FD 1C 15 0 59 5C 1 2 62 36
Octal 375 34 25 0 131 134 1 2 142 66
Binary 11111101 11100 10101 0 1011001 1011100 1 10 1100010 110110

Color Harmonies of #FD1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C15

Black with #FD1C15

Text Example


Text Example

White with #FD1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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