Html Css Color HEX #FD1813 Scarlet

📋 copy color: '#FD1813'

red 253 ◦ green 24 ◦ blue 19

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

Shades of Scarlet #FD1813

Tints of Scarlet #FD1813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 85.47%
G = 8.11%
B = 6.42%

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

#FD1813 (or 0xFD1813) is known color: Scarlet. HEX triplet: FD, 18 and 13. RGB value is (253,24,19). Sum of RGB (Red+Green+Blue) = 253+24+19=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1813 is #02E7EC. Grayscale: #5C5C5C. Windows color (decimal): -190445 or 1251581. OLE color: 1251581.

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

Color convert

RGB 253 24 19 -
CMYK 0 0.91 0.92 0.01
HSL 1.28º 0.98% 0.53% -
HSV(B) 1.28º 0.92% 0.99% -
XYZ 40.95 21.58 2.62 -
YUV 91.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 253 24 19 0 0.91 0.92 0.01 1.28 0.98 0.53
Hex FD 18 13 0 5B 5C 1 1 62 35
Octal 375 30 23 0 133 134 1 1 142 65
Binary 11111101 11000 10011 0 1011011 1011100 1 1 1100010 110101

Color Harmonies of #FD1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1813

Black with #FD1813

Text Example


Text Example

White with #FD1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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