Html Css Color HEX #FD1404 Scarlet

📋 copy color: '#FD1404'

red 253 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #FD1404

Tints of Scarlet #FD1404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 91.34%
G = 7.22%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD1404 (or 0xFD1404) is known color: Scarlet. HEX triplet: FD, 14 and 04. RGB value is (253,20,4). Sum of RGB (Red+Green+Blue) = 253+20+4=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1404 is #02EBFB. Grayscale: #585858. Windows color (decimal): -191484 or 267517. OLE color: 267517.

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

Color convert

RGB 253 20 4 -
CMYK 0 0.92 0.98 0.01
HSL 3.86º 0.98% 0.5% -
HSV(B) 3.86º 0.98% 0.99% -
XYZ 40.78 21.39 2.09 -
YUV 87.84 80.69 245.8 -
System Red Green Blue C M Y K H S L
Decimal 253 20 4 0 0.92 0.98 0.01 3.86 0.98 0.5
Hex FD 14 4 0 5C 62 1 4 62 32
Octal 375 24 4 0 134 142 1 4 142 62
Binary 11111101 10100 100 0 1011100 1100010 1 100 1100010 110010

Color Harmonies of #FD1404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1404

Black with #FD1404

Text Example


Text Example

White with #FD1404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1404; }

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

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

background-color css

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

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

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

border-color css

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

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

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