Html Css Color HEX #DF2000 Scarlet

📋 copy color: '#DF2000'

red 223 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #DF2000

Tints of Scarlet #DF2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.45%
G = 12.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF2000 (or 0xDF2000) is known color: Scarlet. HEX triplet: DF, 20 and 00. RGB value is (223,32,0). Sum of RGB (Red+Green+Blue) = 223+32+0=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2000 is #20DFFF. Grayscale: #555555. Windows color (decimal): -2154496 or 8415. OLE color: 8415.

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

Color convert

RGB 223 32 0 -
CMYK 0 0.86 1 0.13
HSL 8.61º 1% 0.44% -
HSV(B) 8.61º 1% 0.87% -
XYZ 30.95 16.72 1.6 -
YUV 85.46 79.78 226.1 -
System Red Green Blue C M Y K H S L
Decimal 223 32 0 0 0.86 1 0.13 8.61 1 0.44
Hex DF 20 0 0 56 64 D 9 64 2C
Octal 337 40 0 0 126 144 15 11 144 54
Binary 11011111 100000 0 0 1010110 1100100 1101 1001 1100100 101100

Color Harmonies of #DF2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2000

Black with #DF2000

Text Example


Text Example

White with #DF2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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