Html Css Color HEX #FD1913 Scarlet

📋 copy color: '#FD1913'

red 253 ◦ green 25 ◦ blue 19

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

Shades of Scarlet #FD1913

Tints of Scarlet #FD1913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 85.19%
G = 8.42%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1913 (or 0xFD1913) is known color: Scarlet. HEX triplet: FD, 19 and 13. RGB value is (253,25,19). Sum of RGB (Red+Green+Blue) = 253+25+19=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1913 is #02E6EC. Grayscale: #5C5C5C. Windows color (decimal): -190189 or 1251837. OLE color: 1251837.

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

Color convert

RGB 253 25 19 -
CMYK 0 0.90 0.92 0.01
HSL 1.54º 0.98% 0.53% -
HSV(B) 1.54º 0.92% 0.99% -
XYZ 40.97 21.62 2.63 -
YUV 92.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 253 25 19 0 0.90 0.92 0.01 1.54 0.98 0.53
Hex FD 19 13 0 5A 5C 1 2 62 35
Octal 375 31 23 0 132 134 1 2 142 65
Binary 11111101 11001 10011 0 1011010 1011100 1 10 1100010 110101

Color Harmonies of #FD1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1913

Black with #FD1913

Text Example


Text Example

White with #FD1913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1913; }

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

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

background-color css

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

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

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

border-color css

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

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

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