Html Css Color HEX #DF2600 Scarlet

📋 copy color: '#DF2600'

red 223 ◦ green 38 ◦ blue 0

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

Shades of Scarlet #DF2600

Tints of Scarlet #DF2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 85.44%
G = 14.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF2600 (or 0xDF2600) is known color: Scarlet. HEX triplet: DF, 26 and 00. RGB value is (223,38,0). Sum of RGB (Red+Green+Blue) = 223+38+0=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2600 is #20D9FF. Grayscale: #595959. Windows color (decimal): -2152960 or 9951. OLE color: 9951.

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

Color convert

RGB 223 38 0 -
CMYK 0 0.83 1 0.13
HSL 10.22º 1% 0.44% -
HSV(B) 10.22º 1% 0.87% -
XYZ 31.12 17.07 1.66 -
YUV 88.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 223 38 0 0 0.83 1 0.13 10.22 1 0.44
Hex DF 26 0 0 53 64 D A 64 2C
Octal 337 46 0 0 123 144 15 12 144 54
Binary 11011111 100110 0 0 1010011 1100100 1101 1010 1100100 101100

Color Harmonies of #DF2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2600

Black with #DF2600

Text Example


Text Example

White with #DF2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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