Html Css Color HEX #DF2200 Scarlet

📋 copy color: '#DF2200'

red 223 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #DF2200

Tints of Scarlet #DF2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 86.77%
G = 13.23%
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

#DF2200 (or 0xDF2200) is known color: Scarlet. HEX triplet: DF, 22 and 00. RGB value is (223,34,0). Sum of RGB (Red+Green+Blue) = 223+34+0=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2200 is #20DDFF. Grayscale: #565656. Windows color (decimal): -2153984 or 8927. OLE color: 8927.

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

Color convert

RGB 223 34 0 -
CMYK 0 0.85 1 0.13
HSL 9.15º 1% 0.44% -
HSV(B) 9.15º 1% 0.87% -
XYZ 31 16.83 1.61 -
YUV 86.64 79.12 225.26 -
System Red Green Blue C M Y K H S L
Decimal 223 34 0 0 0.85 1 0.13 9.15 1 0.44
Hex DF 22 0 0 55 64 D 9 64 2C
Octal 337 42 0 0 125 144 15 11 144 54
Binary 11011111 100010 0 0 1010101 1100100 1101 1001 1100100 101100

Color Harmonies of #DF2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2200

Black with #DF2200

Text Example


Text Example

White with #DF2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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