Html Css Color HEX #FD201C Scarlet

📋 copy color: '#FD201C'

red 253 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #FD201C

Tints of Scarlet #FD201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 80.83%
G = 10.22%
B = 8.95%

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

#FD201C (or 0xFD201C) is known color: Scarlet. HEX triplet: FD, 20 and 1C. RGB value is (253,32,28). Sum of RGB (Red+Green+Blue) = 253+32+28=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201C is #02DFE3. Grayscale: #616161. Windows color (decimal): -188388 or 1843453. OLE color: 1843453.

HSL color Cylindrical-coordinate representation of color #FD201C: hue angle of 1.07º 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 #FD201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 32 28 -
CMYK 0 0.87 0.89 0.01
HSL 1.07º 0.98% 0.55% -
HSV(B) 1.07º 0.89% 0.99% -
XYZ 41.23 22 3.17 -
YUV 97.62 88.72 238.83 -
System Red Green Blue C M Y K H S L
Decimal 253 32 28 0 0.87 0.89 0.01 1.07 0.98 0.55
Hex FD 20 1C 0 57 59 1 1 62 37
Octal 375 40 34 0 127 131 1 1 142 67
Binary 11111101 100000 11100 0 1010111 1011001 1 1 1100010 110111

Color Harmonies of #FD201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD201C

Black with #FD201C

Text Example


Text Example

White with #FD201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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