Html Css Color HEX #DF2501 Scarlet

📋 copy color: '#DF2501'

red 223 ◦ green 37 ◦ blue 1

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

Shades of Scarlet #DF2501

Tints of Scarlet #DF2501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 85.44%
G = 14.18%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF2501 (or 0xDF2501) is known color: Scarlet. HEX triplet: DF, 25 and 01. RGB value is (223,37,1). Sum of RGB (Red+Green+Blue) = 223+37+1=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2501 is #20DAFE. Grayscale: #585858. Windows color (decimal): -2153215 or 75231. OLE color: 75231.

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

Color convert

RGB 223 37 1 -
CMYK 0 0.83 1.00 0.13
HSL 9.73º 0.99% 0.44% -
HSV(B) 9.73º 1% 0.87% -
XYZ 31.1 17.01 1.67 -
YUV 88.51 78.62 223.93 -
System Red Green Blue C M Y K H S L
Decimal 223 37 1 0 0.83 1.00 0.13 9.73 0.99 0.44
Hex DF 25 1 0 53 64 D A 63 2C
Octal 337 45 1 0 123 144 15 12 143 54
Binary 11011111 100101 1 0 1010011 1100100 1101 1010 1100011 101100

Color Harmonies of #DF2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2501

Black with #DF2501

Text Example


Text Example

White with #DF2501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2501; }

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

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

background-color css

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

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

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

border-color css

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

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

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