Html Css Color HEX #DF2301 Scarlet

📋 copy color: '#DF2301'

red 223 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #DF2301

Tints of Scarlet #DF2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 86.1%
G = 13.51%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF2301 (or 0xDF2301) is known color: Scarlet. HEX triplet: DF, 23 and 01. RGB value is (223,35,1). Sum of RGB (Red+Green+Blue) = 223+35+1=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2301 is #20DCFE. Grayscale: #575757. Windows color (decimal): -2153727 or 74719. OLE color: 74719.

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

Color convert

RGB 223 35 1 -
CMYK 0 0.84 1.00 0.13
HSL 9.19º 0.99% 0.44% -
HSV(B) 9.19º 1% 0.87% -
XYZ 31.04 16.89 1.65 -
YUV 87.34 79.28 224.76 -
System Red Green Blue C M Y K H S L
Decimal 223 35 1 0 0.84 1.00 0.13 9.19 0.99 0.44
Hex DF 23 1 0 54 64 D 9 63 2C
Octal 337 43 1 0 124 144 15 11 143 54
Binary 11011111 100011 1 0 1010100 1100100 1101 1001 1100011 101100

Color Harmonies of #DF2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2301

Black with #DF2301

Text Example


Text Example

White with #DF2301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2301; }

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

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

background-color css

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

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

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

border-color css

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

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

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