Html Css Color HEX #DF2401 Scarlet

📋 copy color: '#DF2401'

red 223 ◦ green 36 ◦ blue 1

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

Shades of Scarlet #DF2401

Tints of Scarlet #DF2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 85.77%
G = 13.85%
B = 0.38%

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

#DF2401 (or 0xDF2401) is known color: Scarlet. HEX triplet: DF, 24 and 01. RGB value is (223,36,1). Sum of RGB (Red+Green+Blue) = 223+36+1=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2401 is #20DBFE. Grayscale: #585858. Windows color (decimal): -2153471 or 74975. OLE color: 74975.

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

Color convert

RGB 223 36 1 -
CMYK 0 0.84 1.00 0.13
HSL 9.46º 0.99% 0.44% -
HSV(B) 9.46º 1% 0.87% -
XYZ 31.07 16.95 1.66 -
YUV 87.92 78.95 224.35 -
System Red Green Blue C M Y K H S L
Decimal 223 36 1 0 0.84 1.00 0.13 9.46 0.99 0.44
Hex DF 24 1 0 54 64 D 9 63 2C
Octal 337 44 1 0 124 144 15 11 143 54
Binary 11011111 100100 1 0 1010100 1100100 1101 1001 1100011 101100

Color Harmonies of #DF2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2401

Black with #DF2401

Text Example


Text Example

White with #DF2401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2401; }

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

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

background-color css

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

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

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

border-color css

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

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

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