Html Css Color HEX #DF2101 Scarlet

📋 copy color: '#DF2101'

red 223 ◦ green 33 ◦ blue 1

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

Shades of Scarlet #DF2101

Tints of Scarlet #DF2101

RGB

 RED value IS 223 (87.5% from 255) = 86.77%

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

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

R = 86.77%
G = 12.84%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF2101 (or 0xDF2101) is known color: Scarlet. HEX triplet: DF, 21 and 01. RGB value is (223,33,1). Sum of RGB (Red+Green+Blue) = 223+33+1=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2101 is #20DEFE. Grayscale: #565656. Windows color (decimal): -2154239 or 74207. OLE color: 74207.

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

Color convert

RGB 223 33 1 -
CMYK 0 0.85 1.00 0.13
HSL 8.65º 0.99% 0.44% -
HSV(B) 8.65º 1% 0.87% -
XYZ 30.98 16.78 1.63 -
YUV 86.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 223 33 1 0 0.85 1.00 0.13 8.65 0.99 0.44
Hex DF 21 1 0 55 64 D 9 63 2C
Octal 337 41 1 0 125 144 15 11 143 54
Binary 11011111 100001 1 0 1010101 1100100 1101 1001 1100011 101100

Color Harmonies of #DF2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2101

Black with #DF2101

Text Example


Text Example

White with #DF2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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