Html Css Color HEX #DF2100 Scarlet

📋 copy color: '#DF2100'

red 223 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #DF2100

Tints of Scarlet #DF2100

RGB

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

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

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

R = 87.11%
G = 12.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF2100 (or 0xDF2100) is known color: Scarlet. HEX triplet: DF, 21 and 00. RGB value is (223,33,0). Sum of RGB (Red+Green+Blue) = 223+33+0=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2100 is #20DEFF. Grayscale: #565656. Windows color (decimal): -2154240 or 8671. OLE color: 8671.

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

Color convert

RGB 223 33 0 -
CMYK 0 0.85 1 0.13
HSL 8.88º 1% 0.44% -
HSV(B) 8.88º 1% 0.87% -
XYZ 30.98 16.78 1.61 -
YUV 86.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 223 33 0 0 0.85 1 0.13 8.88 1 0.44
Hex DF 21 0 0 55 64 D 9 64 2C
Octal 337 41 0 0 125 144 15 11 144 54
Binary 11011111 100001 0 0 1010101 1100100 1101 1001 1100100 101100

Color Harmonies of #DF2100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2100

Black with #DF2100

Text Example


Text Example

White with #DF2100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2100; }

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

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

background-color css

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

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

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

border-color css

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

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

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