Html Css Color HEX #FD3100 Scarlet

📋 copy color: '#FD3100'

red 253 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #FD3100

Tints of Scarlet #FD3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.77%
G = 16.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD3100 (or 0xFD3100) is known color: Scarlet. HEX triplet: FD, 31 and 00. RGB value is (253,49,0). Sum of RGB (Red+Green+Blue) = 253+49+0=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3100 is #02CEFF. Grayscale: #686868. Windows color (decimal): -184064 or 12797. OLE color: 12797.

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

Color convert

RGB 253 49 0 -
CMYK 0 0.81 1 0.01
HSL 11.62º 1% 0.5% -
HSV(B) 11.62º 1% 0.99% -
XYZ 41.61 23.08 2.26 -
YUV 104.41 69.09 233.98 -
System Red Green Blue C M Y K H S L
Decimal 253 49 0 0 0.81 1 0.01 11.62 1 0.5
Hex FD 31 0 0 51 64 1 C 64 32
Octal 375 61 0 0 121 144 1 14 144 62
Binary 11111101 110001 0 0 1010001 1100100 1 1100 1100100 110010

Color Harmonies of #FD3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3100

Black with #FD3100

Text Example


Text Example

White with #FD3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3100; }

 p { color: rgb(253,49,0); }

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

background-color css

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

 a { background-color: rgb(253,49,0); }

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

border-color css

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

 span { border-color: rgb(253,49,0); }

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