Html Css Color HEX #FD1815 Scarlet

📋 copy color: '#FD1815'

red 253 ◦ green 24 ◦ blue 21

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

Shades of Scarlet #FD1815

Tints of Scarlet #FD1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 84.9%
G = 8.05%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1815 (or 0xFD1815) is known color: Scarlet. HEX triplet: FD, 18 and 15. RGB value is (253,24,21). Sum of RGB (Red+Green+Blue) = 253+24+21=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1815 is #02E7EA. Grayscale: #5C5C5C. Windows color (decimal): -190443 or 1382653. OLE color: 1382653.

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

Color convert

RGB 253 24 21 -
CMYK 0 0.91 0.92 0.01
HSL 0.78º 0.98% 0.54% -
HSV(B) 0.78º 0.92% 0.99% -
XYZ 40.97 21.59 2.72 -
YUV 92.13 87.87 242.74 -
System Red Green Blue C M Y K H S L
Decimal 253 24 21 0 0.91 0.92 0.01 0.78 0.98 0.54
Hex FD 18 15 0 5B 5C 1 1 62 36
Octal 375 30 25 0 133 134 1 1 142 66
Binary 11111101 11000 10101 0 1011011 1011100 1 1 1100010 110110

Color Harmonies of #FD1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1815

Black with #FD1815

Text Example


Text Example

White with #FD1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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