Html Css Color HEX #DF2400 Scarlet

📋 copy color: '#DF2400'

red 223 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #DF2400

Tints of Scarlet #DF2400

RGB

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

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

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

R = 86.1%
G = 13.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF2400 (or 0xDF2400) is known color: Scarlet. HEX triplet: DF, 24 and 00. RGB value is (223,36,0). Sum of RGB (Red+Green+Blue) = 223+36+0=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2400 is #20DBFF. Grayscale: #585858. Windows color (decimal): -2153472 or 9439. OLE color: 9439.

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

Color convert

RGB 223 36 0 -
CMYK 0 0.84 1 0.13
HSL 9.69º 1% 0.44% -
HSV(B) 9.69º 1% 0.87% -
XYZ 31.06 16.95 1.63 -
YUV 87.81 78.45 224.43 -
System Red Green Blue C M Y K H S L
Decimal 223 36 0 0 0.84 1 0.13 9.69 1 0.44
Hex DF 24 0 0 54 64 D A 64 2C
Octal 337 44 0 0 124 144 15 12 144 54
Binary 11011111 100100 0 0 1010100 1100100 1101 1010 1100100 101100

Color Harmonies of #DF2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2400

Black with #DF2400

Text Example


Text Example

White with #DF2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2400; }

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

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

background-color css

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

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

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

border-color css

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

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

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