Html Css Color HEX #DF2001 Scarlet

📋 copy color: '#DF2001'

red 223 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #DF2001

Tints of Scarlet #DF2001

RGB

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

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

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

R = 87.11%
G = 12.5%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF2001 (or 0xDF2001) is known color: Scarlet. HEX triplet: DF, 20 and 01. RGB value is (223,32,1). Sum of RGB (Red+Green+Blue) = 223+32+1=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2001 is #20DFFE. Grayscale: #555555. Windows color (decimal): -2154495 or 73951. OLE color: 73951.

HSL color Cylindrical-coordinate representation of color #DF2001: hue angle of 8.38º 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 #DF2001 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 1 -
CMYK 0 0.86 1.00 0.13
HSL 8.38º 0.99% 0.44% -
HSV(B) 8.38º 1% 0.87% -
XYZ 30.95 16.72 1.63 -
YUV 85.58 80.28 226.02 -
System Red Green Blue C M Y K H S L
Decimal 223 32 1 0 0.86 1.00 0.13 8.38 0.99 0.44
Hex DF 20 1 0 56 64 D 8 63 2C
Octal 337 40 1 0 126 144 15 10 143 54
Binary 11011111 100000 1 0 1010110 1100100 1101 1000 1100011 101100

Color Harmonies of #DF2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2001

Black with #DF2001

Text Example


Text Example

White with #DF2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2001; }

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

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

background-color css

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

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

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

border-color css

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

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

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