Html Css Color HEX #FD201B Scarlet

📋 copy color: '#FD201B'

red 253 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #FD201B

Tints of Scarlet #FD201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 81.09%
G = 10.26%
B = 8.65%

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

#FD201B (or 0xFD201B) is known color: Scarlet. HEX triplet: FD, 20 and 1B. RGB value is (253,32,27). Sum of RGB (Red+Green+Blue) = 253+32+27=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD201B is #02DFE4. Grayscale: #616161. Windows color (decimal): -188389 or 1777917. OLE color: 1777917.

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

Color convert

RGB 253 32 27 -
CMYK 0 0.87 0.89 0.01
HSL 1.33º 0.98% 0.55% -
HSV(B) 1.33º 0.89% 0.99% -
XYZ 41.22 21.99 3.11 -
YUV 97.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 253 32 27 0 0.87 0.89 0.01 1.33 0.98 0.55
Hex FD 20 1B 0 57 59 1 1 62 37
Octal 375 40 33 0 127 131 1 1 142 67
Binary 11111101 100000 11011 0 1010111 1011001 1 1 1100010 110111

Color Harmonies of #FD201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD201B

Black with #FD201B

Text Example


Text Example

White with #FD201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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