Html Css Color HEX #FD311A Scarlet

📋 copy color: '#FD311A'

red 253 ◦ green 49 ◦ blue 26

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

Shades of Scarlet #FD311A

Tints of Scarlet #FD311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 77.13%
G = 14.94%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD311A (or 0xFD311A) is known color: Scarlet. HEX triplet: FD, 31 and 1A. RGB value is (253,49,26). Sum of RGB (Red+Green+Blue) = 253+49+26=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD311A is #02CEE5. Grayscale: #6B6B6B. Windows color (decimal): -184038 or 1716733. OLE color: 1716733.

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

Color convert

RGB 253 49 26 -
CMYK 0 0.81 0.90 0.01
HSL 6.08º 0.98% 0.55% -
HSV(B) 6.08º 0.9% 0.99% -
XYZ 41.79 23.15 3.24 -
YUV 107.37 82.09 231.87 -
System Red Green Blue C M Y K H S L
Decimal 253 49 26 0 0.81 0.90 0.01 6.08 0.98 0.55
Hex FD 31 1A 0 51 5A 1 6 62 37
Octal 375 61 32 0 121 132 1 6 142 67
Binary 11111101 110001 11010 0 1010001 1011010 1 110 1100010 110111

Color Harmonies of #FD311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD311A

Black with #FD311A

Text Example


Text Example

White with #FD311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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