Html Css Color HEX #FD1407 Scarlet

📋 copy color: '#FD1407'

red 253 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #FD1407

Tints of Scarlet #FD1407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 90.36%
G = 7.14%
B = 2.5%

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

#FD1407 (or 0xFD1407) is known color: Scarlet. HEX triplet: FD, 14 and 07. RGB value is (253,20,7). Sum of RGB (Red+Green+Blue) = 253+20+7=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1407 is #02EBF8. Grayscale: #585858. Windows color (decimal): -191481 or 464125. OLE color: 464125.

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

Color convert

RGB 253 20 7 -
CMYK 0 0.92 0.97 0.01
HSL 3.17º 0.98% 0.51% -
HSV(B) 3.17º 0.97% 0.99% -
XYZ 40.8 21.4 2.18 -
YUV 88.19 82.19 245.56 -
System Red Green Blue C M Y K H S L
Decimal 253 20 7 0 0.92 0.97 0.01 3.17 0.98 0.51
Hex FD 14 7 0 5C 61 1 3 62 33
Octal 375 24 7 0 134 141 1 3 142 63
Binary 11111101 10100 111 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FD1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1407

Black with #FD1407

Text Example


Text Example

White with #FD1407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1407; }

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

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

background-color css

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

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

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

border-color css

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

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

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