Html Css Color HEX #FD2101 Scarlet

📋 copy color: '#FD2101'

red 253 ◦ green 33 ◦ blue 1

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

Shades of Scarlet #FD2101

Tints of Scarlet #FD2101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 88.15%
G = 11.5%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD2101 (or 0xFD2101) is known color: Scarlet. HEX triplet: FD, 21 and 01. RGB value is (253,33,1). Sum of RGB (Red+Green+Blue) = 253+33+1=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2101 is #02DEFE. Grayscale: #5F5F5F. Windows color (decimal): -188159 or 74237. OLE color: 74237.

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

Color convert

RGB 253 33 1 -
CMYK 0 0.87 1.00 0.01
HSL 7.62º 0.99% 0.5% -
HSV(B) 7.62º 1% 0.99% -
XYZ 41.06 21.97 2.11 -
YUV 95.13 74.89 240.6 -
System Red Green Blue C M Y K H S L
Decimal 253 33 1 0 0.87 1.00 0.01 7.62 0.99 0.5
Hex FD 21 1 0 57 64 1 8 63 32
Octal 375 41 1 0 127 144 1 10 143 62
Binary 11111101 100001 1 0 1010111 1100100 1 1000 1100011 110010

Color Harmonies of #FD2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2101

Black with #FD2101

Text Example


Text Example

White with #FD2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2101; }

 p { color: rgb(253,33,1); }

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

background-color css

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

 a { background-color: rgb(253,33,1); }

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

border-color css

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

 span { border-color: rgb(253,33,1); }

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