Html Css Color HEX #FD201D Scarlet

📋 copy color: '#FD201D'

red 253 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #FD201D

Tints of Scarlet #FD201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 80.57%
G = 10.19%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD201D (or 0xFD201D) is known color: Scarlet. HEX triplet: FD, 20 and 1D. RGB value is (253,32,29). Sum of RGB (Red+Green+Blue) = 253+32+29=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201D is #02DFE2. Grayscale: #616161. Windows color (decimal): -188387 or 1908989. OLE color: 1908989.

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

Color convert

RGB 253 32 29 -
CMYK 0 0.87 0.89 0.01
HSL 0.8º 0.98% 0.55% -
HSV(B) 0.8º 0.89% 0.99% -
XYZ 41.25 22 3.24 -
YUV 97.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 253 32 29 0 0.87 0.89 0.01 0.8 0.98 0.55
Hex FD 20 1D 0 57 59 1 1 62 37
Octal 375 40 35 0 127 131 1 1 142 67
Binary 11111101 100000 11101 0 1010111 1011001 1 1 1100010 110111

Color Harmonies of #FD201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD201D

Black with #FD201D

Text Example


Text Example

White with #FD201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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