Html Css Color HEX #FD2015 Scarlet

📋 copy color: '#FD2015'

red 253 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #FD2015

Tints of Scarlet #FD2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 82.68%
G = 10.46%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2015 (or 0xFD2015) is known color: Scarlet. HEX triplet: FD, 20 and 15. RGB value is (253,32,21). Sum of RGB (Red+Green+Blue) = 253+32+21=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2015 is #02DFEA. Grayscale: #616161. Windows color (decimal): -188395 or 1384701. OLE color: 1384701.

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

Color convert

RGB 253 32 21 -
CMYK 0 0.87 0.92 0.01
HSL 2.84º 0.98% 0.54% -
HSV(B) 2.84º 0.92% 0.99% -
XYZ 41.16 21.97 2.78 -
YUV 96.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 253 32 21 0 0.87 0.92 0.01 2.84 0.98 0.54
Hex FD 20 15 0 57 5C 1 3 62 36
Octal 375 40 25 0 127 134 1 3 142 66
Binary 11111101 100000 10101 0 1010111 1011100 1 11 1100010 110110

Color Harmonies of #FD2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2015

Black with #FD2015

Text Example


Text Example

White with #FD2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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