Html Css Color HEX #FD2016 Scarlet

📋 copy color: '#FD2016'

red 253 ◦ green 32 ◦ blue 22

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

Shades of Scarlet #FD2016

Tints of Scarlet #FD2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 82.41%
G = 10.42%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD2016 (or 0xFD2016) is known color: Scarlet. HEX triplet: FD, 20 and 16. RGB value is (253,32,22). Sum of RGB (Red+Green+Blue) = 253+32+22=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2016 is #02DFE9. Grayscale: #616161. Windows color (decimal): -188394 or 1450237. OLE color: 1450237.

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

Color convert

RGB 253 32 22 -
CMYK 0 0.87 0.91 0.01
HSL 2.6º 0.98% 0.54% -
HSV(B) 2.6º 0.91% 0.99% -
XYZ 41.17 21.97 2.83 -
YUV 96.94 85.72 239.31 -
System Red Green Blue C M Y K H S L
Decimal 253 32 22 0 0.87 0.91 0.01 2.6 0.98 0.54
Hex FD 20 16 0 57 5B 1 3 62 36
Octal 375 40 26 0 127 133 1 3 142 66
Binary 11111101 100000 10110 0 1010111 1011011 1 11 1100010 110110

Color Harmonies of #FD2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2016

Black with #FD2016

Text Example


Text Example

White with #FD2016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2016; }

 p { color: rgb(253,32,22); }

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

background-color css

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

 a { background-color: rgb(253,32,22); }

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

border-color css

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

 span { border-color: rgb(253,32,22); }

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