Html Css Color HEX #DF2500 Scarlet

📋 copy color: '#DF2500'

red 223 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #DF2500

Tints of Scarlet #DF2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 85.77%
G = 14.23%
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

#DF2500 (or 0xDF2500) is known color: Scarlet. HEX triplet: DF, 25 and 00. RGB value is (223,37,0). Sum of RGB (Red+Green+Blue) = 223+37+0=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2500 is #20DAFF. Grayscale: #585858. Windows color (decimal): -2153216 or 9695. OLE color: 9695.

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

Color convert

RGB 223 37 0 -
CMYK 0 0.83 1 0.13
HSL 9.96º 1% 0.44% -
HSV(B) 9.96º 1% 0.87% -
XYZ 31.09 17.01 1.64 -
YUV 88.4 78.12 224.01 -
System Red Green Blue C M Y K H S L
Decimal 223 37 0 0 0.83 1 0.13 9.96 1 0.44
Hex DF 25 0 0 53 64 D A 64 2C
Octal 337 45 0 0 123 144 15 12 144 54
Binary 11011111 100101 0 0 1010011 1100100 1101 1010 1100100 101100

Color Harmonies of #DF2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2500

Black with #DF2500

Text Example


Text Example

White with #DF2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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