Html Css Color HEX #FD1413 Scarlet

📋 copy color: '#FD1413'

red 253 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #FD1413

Tints of Scarlet #FD1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 86.64%
G = 6.85%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1413 (or 0xFD1413) is known color: Scarlet. HEX triplet: FD, 14 and 13. RGB value is (253,20,19). Sum of RGB (Red+Green+Blue) = 253+20+19=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1413 is #02EBEC. Grayscale: #595959. Windows color (decimal): -191469 or 1250557. OLE color: 1250557.

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

Color convert

RGB 253 20 19 -
CMYK 0 0.92 0.92 0.01
HSL 0.26º 0.98% 0.53% -
HSV(B) 0.26º 0.92% 0.99% -
XYZ 40.88 21.43 2.6 -
YUV 89.55 88.19 244.58 -
System Red Green Blue C M Y K H S L
Decimal 253 20 19 0 0.92 0.92 0.01 0.26 0.98 0.53
Hex FD 14 13 0 5C 5C 1 0 62 35
Octal 375 24 23 0 134 134 1 0 142 65
Binary 11111101 10100 10011 0 1011100 1011100 1 0 1100010 110101

Color Harmonies of #FD1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1413

Black with #FD1413

Text Example


Text Example

White with #FD1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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