Html Css Color HEX #FD1408 Scarlet

📋 copy color: '#FD1408'

red 253 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #FD1408

Tints of Scarlet #FD1408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 90.04%
G = 7.12%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD1408 (or 0xFD1408) is known color: Scarlet. HEX triplet: FD, 14 and 08. RGB value is (253,20,8). Sum of RGB (Red+Green+Blue) = 253+20+8=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1408 is #02EBF7. Grayscale: #585858. Windows color (decimal): -191480 or 529661. OLE color: 529661.

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

Color convert

RGB 253 20 8 -
CMYK 0 0.92 0.97 0.01
HSL 2.94º 0.98% 0.51% -
HSV(B) 2.94º 0.97% 0.99% -
XYZ 40.8 21.4 2.21 -
YUV 88.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 253 20 8 0 0.92 0.97 0.01 2.94 0.98 0.51
Hex FD 14 8 0 5C 61 1 3 62 33
Octal 375 24 10 0 134 141 1 3 142 63
Binary 11111101 10100 1000 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FD1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1408

Black with #FD1408

Text Example


Text Example

White with #FD1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1408; }

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

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

background-color css

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

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

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

border-color css

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

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

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