Html Css Color HEX #DF0044 Crimson

📋 copy color: '#DF0044'

red 223 ◦ green 0 ◦ blue 68

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

Shades of Crimson #DF0044

Tints of Crimson #DF0044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 76.63%
G = 0%
B = 23.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF0044 (or 0xDF0044) is known color: Crimson. HEX triplet: DF, 00 and 44. RGB value is (223,0,68). Sum of RGB (Red+Green+Blue) = 223+0+68=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0044 is #20FFBB. Grayscale: #4A4A4A. Windows color (decimal): -2162620 or 4456671. OLE color: 4456671.

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

Color convert

RGB 223 0 68 -
CMYK 0 1 0.70 0.13
HSL 341.7º 1% 0.44% -
HSV(B) 341.7º 1% 0.87% -
XYZ 31.47 16.11 6.92 -
YUV 74.43 124.38 233.97 -
System Red Green Blue C M Y K H S L
Decimal 223 0 68 0 1 0.70 0.13 341.7 1 0.44
Hex DF 0 44 0 64 46 D 156 64 2C
Octal 337 0 104 0 144 106 15 526 144 54
Binary 11011111 0 1000100 0 1100100 1000110 1101 101010110 1100100 101100

Color Harmonies of #DF0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0044

Black with #DF0044

Text Example


Text Example

White with #DF0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0044; }

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

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

background-color css

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

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

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

border-color css

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

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

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