#DF0743

Color #DF0743 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DF0743

Tints of Crimson #DF0743

Color information

#DF0743 (or 0xDF0743) is unknown color: approx Crimson. HEX triplet: DF, 07 and 43. RGB value is (223,7,67). Sum of RGB (Red+Green+Blue) = 223+7+67=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0743 is #20F8BC. Grayscale: #4E4E4E. Windows color (decimal): -2160829 or 4392927. OLE color: 4392927.

HSL color Cylindrical-coordinate representation of color #DF0743: hue angle of 343.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0743 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB223767-
CMYK00.970.700.13
HSL343.33º93.91%45.1%-
HSV(B)343.33º96.86%87.45%-
XYZ31.5216.256.78-
YUV78.42121.56231.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.08%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=75.08%
G=2.36%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22376700.970.700.13343.3393.9145.1
HexDF74306146D1575e2d
Octal337710301411061552713655
Binary11011111111100001101100001100011011011010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0743; }

 p { color: rgb(223,7,67); }

 H1.HeaderClassName
 {
   color: #DF0743;
 }
 .AnyTagClassName
 {
   color: #DF0743;
 }
</style>
background-color css

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

 a { background-color: rgb(223,7,67); }

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

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

 span { border-color: rgb(223,7,67); }

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