Html Css Color HEX #DF1039 Crimson

📋 copy color: '#DF1039'

red 223 ◦ green 16 ◦ blue 57

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

Shades of Crimson #DF1039

Tints of Crimson #DF1039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 75.34%
G = 5.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF1039 (or 0xDF1039) is known color: Crimson. HEX triplet: DF, 10 and 39. RGB value is (223,16,57). Sum of RGB (Red+Green+Blue) = 223+16+57=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1039 is #20EFC6. Grayscale: #525252. Windows color (decimal): -2158535 or 3739871. OLE color: 3739871.

HSL color Cylindrical-coordinate representation of color #DF1039: hue angle of 348.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1039 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 57 -
CMYK 0 0.93 0.74 0.13
HSL 348.12º 0.87% 0.47% -
HSV(B) 348.12º 0.93% 0.87% -
XYZ 31.36 16.35 5.37 -
YUV 82.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 223 16 57 0 0.93 0.74 0.13 348.12 0.87 0.47
Hex DF 10 39 0 5D 4A D 15C 57 2F
Octal 337 20 71 0 135 112 15 534 127 57
Binary 11011111 10000 111001 0 1011101 1001010 1101 101011100 1010111 101111

Color Harmonies of #DF1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1039

Black with #DF1039

Text Example


Text Example

White with #DF1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1039; }

 p { color: rgb(223,16,57); }

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

background-color css

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

 a { background-color: rgb(223,16,57); }

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

border-color css

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

 span { border-color: rgb(223,16,57); }

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